Skip to content

Commit

Permalink
test condition
Browse files Browse the repository at this point in the history
  • Loading branch information
p4checo committed May 17, 2024
1 parent 4790643 commit 86e8483
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ jobs:
runs-on: macos-14
if: |
github.event_name == 'push' ||
!github.event.pull_request.head.repo.fork ||
(github.event.pull_request.head.repo.fork && contains(github.event.pull_request.labels.*.name, 'run ci'))
!github.event.pull_request.head.repo.fork
steps:
- name: xcode version
run: xcodebuild -version -sdk
Expand Down

0 comments on commit 86e8483

Please sign in to comment.