Skip to content

Commit 41a558a

Browse files
chore: artifacts loading condition GH
1 parent d705087 commit 41a558a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
env:
4646
GITHUB_TOKEN: ${{ secrets.BOT_TOKEN }}
4747
- name: Archive test results
48-
if: always()
48+
if: failure()
4949
uses: actions/upload-artifact@v4
5050
with:
5151
name: e2e-playwright-results

0 commit comments

Comments
 (0)