From f8927525eee3cec02ecb3100a80f5e4b5ab82fb0 Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Sun, 21 May 2023 20:57:53 -0400 Subject: [PATCH] ? --- .github/workflows/release-prs.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/release-prs.yml b/.github/workflows/release-prs.yml index 14f36e4..3415d28 100644 --- a/.github/workflows/release-prs.yml +++ b/.github/workflows/release-prs.yml @@ -21,10 +21,6 @@ jobs: uses: ./.github/workflows/build.yaml release: - needs: - - build-artifacts-macOS - - build-artifacts-Linux - 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')