mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix: do not build Packer images on dry runs (#6105)
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user