Skip to content

Commit 9f4ecab

Browse files
committed
run on cancel
1 parent 88b615b commit 9f4ecab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rocm-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
7575
- name: 'Update Commit Status (Failure)'
7676
uses: actions/github-script@v7
77-
if: failure()
77+
if: !success()
7878
with:
7979
github-token: ${{ steps.generate-token-post.outputs.token }}
8080
script: |

0 commit comments

Comments
 (0)