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 7b5536b commit 09270f4Copy full SHA for 09270f4
.github/workflows/build.yml
@@ -42,7 +42,7 @@ jobs:
42
path: '**/build/test-results/test/*.xml'
43
44
- name: Disable Auto-Merge on Fail
45
- if: failure() && github.event_name != 'pull_request'
+ if: failure() && github.event_name == 'pull_request'
46
run: gh pr merge --disable-auto "$PR_URL"
47
env:
48
PR_URL: ${{github.event.pull_request.html_url}}
0 commit comments