Skip to content

Commit 7f09ffa

Browse files
Updated validation for Save artifatcs steps in GHA
1 parent 47a61e6 commit 7f09ffa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cypress.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
continue-on-error: ${{ matrix.cypress-browser != 'chrome' }}
7676
- name: Save artifacts
7777
uses: actions/upload-artifact@v4
78-
if: ${{ failure() && env.RUN_CYPRESS == 'true' }}
78+
if: ${{ env.RUN_CYPRESS == 'true' }}
7979
with:
8080
name: cypress-${{ matrix.cypress-browser }}
8181
path: |

0 commit comments

Comments
 (0)