From e23f5398df58b34b3a3772afffdde392ae1f11bb Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Wed, 6 Mar 2024 12:17:56 -0500 Subject: [PATCH] fixup: drop -priv --- .github/workflows/release-prs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-prs.yml b/.github/workflows/release-prs.yml index 0674cc1..9d88250 100644 --- a/.github/workflows/release-prs.yml +++ b/.github/workflows/release-prs.yml @@ -20,7 +20,7 @@ jobs: # Only intra-repo PRs are allowed to have PR artifacts uploaded # We only want to trigger once the upload once in the case the upload label is added, not when any label is added if: | - github.event.pull_request.head.repo.full_name == 'DeterminateSystems/magic-nix-cache-priv' + github.event.pull_request.head.repo.full_name == 'DeterminateSystems/magic-nix-cache' && ( (github.event.action == 'labeled' && github.event.label.name == 'upload to s3') || (github.event.action != 'labeled' && contains(github.event.pull_request.labels.*.name, 'upload to s3'))