?
This commit is contained in:
parent
baec1b19f6
commit
f8927525ee
4
.github/workflows/release-prs.yml
vendored
4
.github/workflows/release-prs.yml
vendored
|
@ -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')
|
||||||
|
|
Loading…
Reference in a new issue