Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0ccab0c

Browse files
authored
fix: do not build Packer images on dry runs (#6105)
1 parent b5e5959 commit 0ccab0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@ jobs:
289289
retention-days: 7
290290

291291
- name: Start Packer builds
292+
if: ${{ !inputs.dry_run }}
292293
uses: peter-evans/repository-dispatch@v2
293294
with:
294295
token: ${{ secrets.CDRCI_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)