Skip to content

Commit 4595d07

Browse files
ci(publish-screenshots): publish screenshots on PR failures (#132)
1 parent 4befc16 commit 4595d07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-screenshots.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permissions:
1515

1616
jobs:
1717
publish:
18-
if: github.event.workflow_run.conclusion == 'success'
18+
if: github.event.workflow_run.conclusion == 'success' || github.event.workflow_run.conclusion == 'failure'
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Set Commit Status (In Progress)

0 commit comments

Comments
 (0)