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 5558b59 commit 0c07c95Copy full SHA for 0c07c95
.github/workflows/k8s_release.yml
@@ -37,6 +37,6 @@ jobs:
37
38
call-gh-delete-branch:
39
needs: [call-k8-deploy]
40
- if: github.event_name == 'pull_request' && github.event.pull_request.merged == 'true' && !failure()
+ if: github.event_name == 'pull_request' && github.event.pull_request.merged && !failure()
41
uses: code-kern-ai/cicd-deployment-scripts/.github/workflows/gh_delete_branch.yml@dev
42
secrets: inherit
0 commit comments