Skip to content

Commit 05f2ee1

Browse files
committed
fix-fork
1 parent ee59c2a commit 05f2ee1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ jobs:
601601
working-directory: site
602602

603603
- name: Upload Playwright Failed Tests
604-
if: always() && github.actor != 'dependabot[bot]' && runner.os == 'Linux' && !github.event.pull_request.head.repo.fork
604+
if: always() && github.actor != 'dependabot[bot]' && runner.os == 'Linux'
605605
uses: actions/upload-artifact@v3
606606
with:
607607
name: failed-test-videos

0 commit comments

Comments
 (0)