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 08e73dd commit 3677cf5Copy full SHA for 3677cf5
.github/workflows/build-image-deploy.yml
@@ -89,7 +89,7 @@ jobs:
89
-e cluster_name="caas-ci-${GITHUB_SHA::7}" \
90
slurm-infra.yml
91
if: |
92
- ( failure() || cancelled() ) &&
+ ( success() || failure() || cancelled() ) &&
93
steps.build.outcome == 'success'
94
95
- name: Delete built image after testing
@@ -125,4 +125,4 @@ jobs:
125
with:
126
name: packer-build-log
127
path: ${{ github.workspace }}/packer-build.log
128
- if: failure() || success()
+ if: failure() || success()
0 commit comments