Skip to content

Commit

Permalink
Allow fork artifacts in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mhostetter committed Dec 8, 2024
1 parent 6be3d86 commit 669cbba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
workflow_conclusion: success
commit: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
# NOTE: Fake ternary operator, see https://github.com/actions/runner/issues/409
allow_forks: true

# This is needed because Windows terminal cannot expand `pip install galois-*.whl`
- name: Get wheel file name
Expand Down Expand Up @@ -102,6 +103,7 @@ jobs:
workflow: build.yaml
workflow_conclusion: success
commit: ${{github.event.pull_request.head.sha}}
allow_forks: true

# This is needed because Windows terminal cannot expand `pip install galois-*.whl`
- name: Get wheel file name
Expand Down Expand Up @@ -164,6 +166,7 @@ jobs:
workflow: build.yaml
workflow_conclusion: success
commit: ${{github.event.pull_request.head.sha}}
allow_forks: true

# This is needed because Windows terminal cannot expand `pip install galois-*.whl`
- name: Get wheel file name
Expand Down

0 comments on commit 669cbba

Please sign in to comment.