diff --git a/.github/workflows/release-branches.yml b/.github/workflows/release-branches.yml index dba0797..7c29338 100644 --- a/.github/workflows/release-branches.yml +++ b/.github/workflows/release-branches.yml @@ -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 diff --git a/.github/workflows/release-prs.yml b/.github/workflows/release-prs.yml index 3415d28..b71a6af 100644 --- a/.github/workflows/release-prs.yml +++ b/.github/workflows/release-prs.yml @@ -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') diff --git a/.github/workflows/release-tags.yml b/.github/workflows/release-tags.yml index 1af42b4..2eef44e 100644 --- a/.github/workflows/release-tags.yml +++ b/.github/workflows/release-tags.yml @@ -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