We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 516cf7b commit 2751f05Copy full SHA for 2751f05
1 file changed
.github/workflows/playwright-tests.yml
@@ -2,9 +2,9 @@ name: Playwright Tests
2
3
on:
4
push:
5
- branches: [ master, main ]
+ branches: [ main ]
6
pull_request:
7
8
schedule:
9
# Run daily at 2:00 AM UTC
10
- cron: '0 2 * * *'
@@ -36,7 +36,7 @@ jobs:
36
CI: true
37
38
- name: Upload Playwright Report
39
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
40
if: failure()
41
with:
42
name: playwright-report
0 commit comments