From 0ccab0c420468b1fe919c2b0a23e5cde2eaad271 Mon Sep 17 00:00:00 2001 From: Ben Potter Date: Wed, 8 Feb 2023 09:51:16 -0600 Subject: [PATCH] fix: do not build Packer images on dry runs (#6105) --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e35989bbd8..9f126794c3 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -289,6 +289,7 @@ jobs: retention-days: 7 - name: Start Packer builds + if: ${{ !inputs.dry_run }} uses: peter-evans/repository-dispatch@v2 with: token: ${{ secrets.CDRCI_GITHUB_TOKEN }}