Skip to content

Commit ab2a4d7

Browse files
committed
chore(ci): change playwright triggering conditions
1 parent 497b6e0 commit ab2a4d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/playwright.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Playwright Tests
22
on:
33
push:
4-
branches: [ main, master ]
4+
branches: [ develop ]
55
pull_request:
6-
branches: [ main, master ]
6+
branches: [ develop ]
77
jobs:
88
test:
99
timeout-minutes: 60
@@ -20,7 +20,7 @@ jobs:
2020
- name: Run Playwright tests
2121
run: npx playwright test
2222
- uses: actions/upload-artifact@v4
23-
if: always()
23+
if: ${{ !cancelled() }}
2424
with:
2525
name: playwright-report
2626
path: playwright-report/

0 commit comments

Comments
 (0)