This commit is contained in:
Graham Christensen 2023-05-21 20:57:53 -04:00
parent baec1b19f6
commit f8927525ee
No known key found for this signature in database

View file

@ -21,10 +21,6 @@ jobs:
uses: ./.github/workflows/build.yaml uses: ./.github/workflows/build.yaml
release: release:
needs:
- build-artifacts-macOS
- build-artifacts-Linux
concurrency: release concurrency: release
# Only intra-repo PRs are allowed to have PR artifacts uploaded # Only intra-repo PRs are allowed to have PR artifacts uploaded
if: github.event.pull_request.head.repo.full_name == 'DeterminateSystems/nix-actions-cache' && contains(github.event.pull_request.labels.*.name, 'upload to s3') if: github.event.pull_request.head.repo.full_name == 'DeterminateSystems/nix-actions-cache' && contains(github.event.pull_request.labels.*.name, 'upload to s3')