Skip to content

Commit 8fe3e5c

Browse files
authored
ci: fix retry on dev workflow_run (#18208)
1 parent 0831da8 commit 8fe3e5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/retry.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ permissions:
1616
jobs:
1717
retry:
1818
runs-on: ubuntu-latest
19-
if: ${{ github.event.workflow_run.conclusion == 'failure' }}
19+
if: ${{ github.event.workflow_run.conclusion == 'failure' || github.event.workflow_run.conclusion == 'cancelled' }}
2020
steps:
2121
- name: Checkout code
2222
uses: actions/checkout@v4

0 commit comments

Comments
 (0)