From 669cbba69243b4aae386b4740ac40d962028bc1a Mon Sep 17 00:00:00 2001 From: mhostetter Date: Sun, 8 Dec 2024 09:19:59 -0500 Subject: [PATCH] Allow fork artifacts in CI --- .github/workflows/test.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 577a4ef89..b63e513ed 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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 @@ -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 @@ -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