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 9cfd7a8 commit aeb9e59Copy full SHA for aeb9e59
.github/workflows/k8s_release.yml
@@ -48,6 +48,6 @@ jobs:
48
call-gh-delete-branch:
49
# needs: [call-k8-deploy]
50
needs: [call-k8-edit]
51
- if: github.event_name == 'pull_request' && github.event.pull_request.merged && !failure()
+ if: github.event_name == 'pull_request' && github.event.pull_request.merged && !failure() && !cancelled()
52
uses: code-kern-ai/cicd-deployment-scripts/.github/workflows/gh_delete_branch.yml@dev
53
secrets: inherit
0 commit comments