This commit is contained in:
Graham Christensen 2023-05-21 20:59:13 -04:00
parent f8927525ee
commit 804f27c3f1
No known key found for this signature in database
3 changed files with 4 additions and 6 deletions

View file

@ -15,9 +15,7 @@ jobs:
uses: ./.github/workflows/build.yaml
release:
needs:
- build-artifacts-macOS
- build-artifacts-Linux
needs: build
concurrency: release
runs-on: ubuntu-latest

View file

@ -21,6 +21,8 @@ jobs:
uses: ./.github/workflows/build.yaml
release:
needs: build
concurrency: release
# 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')

View file

@ -18,9 +18,7 @@ jobs:
uses: ./.github/workflows/build.yaml
release:
needs:
- build-artifacts-macOS
- build-artifacts-Linux
needs: build
concurrency: release
runs-on: ubuntu-latest