From 8e43016248ff8d2882b55a6ae28f1a5cf17dfadb Mon Sep 17 00:00:00 2001 From: evandrocoan Date: Mon, 23 Mar 2020 13:59:34 -0300 Subject: [PATCH] Renamed the mac_checks.yml until it get fixed --- .github/workflows/{mac_checks.yml => mac_checks.yml.off} | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) rename .github/workflows/{mac_checks.yml => mac_checks.yml.off} (94%) diff --git a/.github/workflows/mac_checks.yml b/.github/workflows/mac_checks.yml.off similarity index 94% rename from .github/workflows/mac_checks.yml rename to .github/workflows/mac_checks.yml.off index 5ffb83e06..0055144fe 100644 --- a/.github/workflows/mac_checks.yml +++ b/.github/workflows/mac_checks.yml.off @@ -1,12 +1,8 @@ name: Mac Tests -# on: [push, pull_request] -# Disables Mac OS builds until this gets fixed +# Disabled until Mac OS builds until this gets fixed: # https://github.com/actions/virtual-environments/issues/602 -on: - push: - branches-ignore: - - '**' +on: [push, pull_request] jobs: test: