We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2e30da commit afe838cCopy full SHA for afe838c
1 file changed
.github/workflows/cicd.yaml
@@ -82,7 +82,7 @@ jobs:
82
- '${{ env.workflow_path }}'
83
84
build-and-push-image:
85
- if: ${{ needs.check-if-changed.outputs.src == 'true' || startsWith(github.ref, 'refs/tags/v') }}
+ if: ${{ !cancelled() && (needs.check-if-changed.outputs.src == 'true' || startsWith(github.ref, 'refs/tags/v')) }}
86
needs: check-if-changed
87
runs-on: ubuntu-latest
88
strategy:
0 commit comments