Skip to content

Commit aeb9e59

Browse files
committed
perf: skip gh-delete-branch on cancelled
1 parent 9cfd7a8 commit aeb9e59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/k8s_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ jobs:
4848
call-gh-delete-branch:
4949
# needs: [call-k8-deploy]
5050
needs: [call-k8-edit]
51-
if: github.event_name == 'pull_request' && github.event.pull_request.merged && !failure()
51+
if: github.event_name == 'pull_request' && github.event.pull_request.merged && !failure() && !cancelled()
5252
uses: code-kern-ai/cicd-deployment-scripts/.github/workflows/gh_delete_branch.yml@dev
5353
secrets: inherit

0 commit comments

Comments
 (0)