Skip to content

Commit

Permalink
Merge branch 'master' into move-ic-branch-to-app
Browse files Browse the repository at this point in the history
  • Loading branch information
cgundy authored Dec 17, 2024
2 parents 3b4d626 + e0b516f commit 679846c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
9 changes: 4 additions & 5 deletions .github/workflows-source/ci-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,11 +180,10 @@ jobs:
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'))
}}
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
- name: Set PATH
Expand Down
11 changes: 3 additions & 8 deletions .github/workflows/ci-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,14 +171,9 @@ jobs:
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'))
}}
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
Expand Down

0 comments on commit 679846c

Please sign in to comment.