We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2122d0e commit 273ea48Copy full SHA for 273ea48
.github/workflows/build-image-deploy.yml
@@ -127,4 +127,4 @@ jobs:
127
with:
128
name: packer-build-log
129
path: ${{ github.workspace }}/packer-build.log
130
- if: failure() || success()
+ if: failure() || success() || cancelled()
0 commit comments