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 0831da8 commit 8fe3e5cCopy full SHA for 8fe3e5c
.github/workflows/retry.yml
@@ -16,7 +16,7 @@ permissions:
16
jobs:
17
retry:
18
runs-on: ubuntu-latest
19
- if: ${{ github.event.workflow_run.conclusion == 'failure' }}
+ if: ${{ github.event.workflow_run.conclusion == 'failure' || github.event.workflow_run.conclusion == 'cancelled' }}
20
steps:
21
- name: Checkout code
22
uses: actions/checkout@v4
0 commit comments