Skip to content

Commit f74babc

Browse files
authored
Download artifact regardless of CI status
1 parent 646bd5f commit f74babc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/website-screenshot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal access token.
1818
fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository.
1919

20-
- name: Screenshot Website
20+
- name: Screenshot website
2121
uses: swinton/[email protected]
2222
with:
2323
source: https://raidionics.github.io/
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
github_token: ${{secrets.CI_TOKEN}}
3131
workflow: website-screenshot.yml
32-
workflow_conclusion: success
32+
workflow_conclusion: ""
3333
branch: master
3434
event: push
3535
name: screenshot

0 commit comments

Comments
 (0)