Skip to content

Commit afe838c

Browse files
no cancelled ccheck on build and push.
1 parent a2e30da commit afe838c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
- '${{ env.workflow_path }}'
8383
8484
build-and-push-image:
85-
if: ${{ needs.check-if-changed.outputs.src == 'true' || startsWith(github.ref, 'refs/tags/v') }}
85+
if: ${{ !cancelled() && (needs.check-if-changed.outputs.src == 'true' || startsWith(github.ref, 'refs/tags/v')) }}
8686
needs: check-if-changed
8787
runs-on: ubuntu-latest
8888
strategy:

0 commit comments

Comments
 (0)