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 4befc16 commit 4595d07Copy full SHA for 4595d07
1 file changed
.github/workflows/publish-screenshots.yml
@@ -15,7 +15,7 @@ permissions:
15
16
jobs:
17
publish:
18
- if: github.event.workflow_run.conclusion == 'success'
+ if: github.event.workflow_run.conclusion == 'success' || github.event.workflow_run.conclusion == 'failure'
19
runs-on: ubuntu-latest
20
steps:
21
- name: Set Commit Status (In Progress)
0 commit comments