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')