Skip to content

Commit

Permalink
reinstate env-details if
Browse files Browse the repository at this point in the history
  • Loading branch information
p4checo committed May 17, 2024
1 parent 9cd8109 commit d094e80
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
env-details:
name: Environment details
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'))
steps:
- name: xcode version
run: xcodebuild -version -sdk
Expand Down

0 comments on commit d094e80

Please sign in to comment.