diff --git a/.github/workflows-source/ci-main.yml b/.github/workflows-source/ci-main.yml index ae371889aee..1c7b6bfc4ee 100644 --- a/.github/workflows-source/ci-main.yml +++ b/.github/workflows-source/ci-main.yml @@ -178,11 +178,6 @@ jobs: timeout-minutes: 130 runs-on: labels: macOS - # Run on protected branches, but only on public repo - # Allow running if CI_MACOS_INTEL label is used - if: | - (github.ref_protected && github.repository == 'dfinity/ic') || - (github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'CI_MACOS_INTEL')) steps: - <<: *checkout diff --git a/.github/workflows/ci-main.yml b/.github/workflows/ci-main.yml index e69dad8e241..b9d7209af70 100644 --- a/.github/workflows/ci-main.yml +++ b/.github/workflows/ci-main.yml @@ -169,11 +169,6 @@ jobs: timeout-minutes: 130 runs-on: labels: macOS - # Run on protected branches, but only on public repo - # Allow running if CI_MACOS_INTEL label is used - if: | - (github.ref_protected && github.repository == 'dfinity/ic') || - (github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'CI_MACOS_INTEL')) steps: - name: Checkout uses: actions/checkout@v4