Skip to content

Commit 0c07c95

Browse files
committed
fix: gh-delete-branch if criteria
1 parent 5558b59 commit 0c07c95

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
@@ -37,6 +37,6 @@ jobs:
3737

3838
call-gh-delete-branch:
3939
needs: [call-k8-deploy]
40-
if: github.event_name == 'pull_request' && github.event.pull_request.merged == 'true' && !failure()
40+
if: github.event_name == 'pull_request' && github.event.pull_request.merged && !failure()
4141
uses: code-kern-ai/cicd-deployment-scripts/.github/workflows/gh_delete_branch.yml@dev
4242
secrets: inherit

0 commit comments

Comments
 (0)