...
This commit is contained in:
parent
f8927525ee
commit
804f27c3f1
4
.github/workflows/release-branches.yml
vendored
4
.github/workflows/release-branches.yml
vendored
|
@ -15,9 +15,7 @@ jobs:
|
||||||
uses: ./.github/workflows/build.yaml
|
uses: ./.github/workflows/build.yaml
|
||||||
|
|
||||||
release:
|
release:
|
||||||
needs:
|
needs: build
|
||||||
- build-artifacts-macOS
|
|
||||||
- build-artifacts-Linux
|
|
||||||
|
|
||||||
concurrency: release
|
concurrency: release
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
2
.github/workflows/release-prs.yml
vendored
2
.github/workflows/release-prs.yml
vendored
|
@ -21,6 +21,8 @@ jobs:
|
||||||
uses: ./.github/workflows/build.yaml
|
uses: ./.github/workflows/build.yaml
|
||||||
|
|
||||||
release:
|
release:
|
||||||
|
needs: build
|
||||||
|
|
||||||
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')
|
||||||
|
|
4
.github/workflows/release-tags.yml
vendored
4
.github/workflows/release-tags.yml
vendored
|
@ -18,9 +18,7 @@ jobs:
|
||||||
uses: ./.github/workflows/build.yaml
|
uses: ./.github/workflows/build.yaml
|
||||||
|
|
||||||
release:
|
release:
|
||||||
needs:
|
needs: build
|
||||||
- build-artifacts-macOS
|
|
||||||
- build-artifacts-Linux
|
|
||||||
|
|
||||||
concurrency: release
|
concurrency: release
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in a new issue