Skip to content

Commit 14c5b35

Browse files
committed
update
1 parent ce96807 commit 14c5b35

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/playwright-local.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Playwright tests - local instance - 2025.6-rc
1+
name: Playwright tests - local instance
22
on:
33
repository_dispatch:
44
types: [trigger-e2e-tests-staging, trigger-e2e-tests-rc, trigger-e2e-tests-test]
@@ -109,7 +109,7 @@ jobs:
109109
title: 'Test results - logged in users'
110110
if: always()
111111
desktop-chrome-test:
112-
if: github.event.action == 'trigger-e2e-tests-test'
112+
if: github.event.action == 'trigger-e2e-tests-test' || github.event_name == 'push'
113113
name: Desktop Chrome - test branch
114114
runs-on: ubuntu-latest
115115
steps:
@@ -517,7 +517,7 @@ jobs:
517517
title: 'Test results - logged in users'
518518
if: always()
519519
desktop-firefox-test:
520-
if: github.event.action == 'trigger-e2e-tests-test'
520+
if: github.event.action == 'trigger-e2e-tests-test' || github.event_name == 'push'
521521
name: Desktop Firefox - test branch
522522
runs-on: ubuntu-latest
523523
steps:
@@ -823,7 +823,7 @@ jobs:
823823
title: 'Test results - logged in users'
824824
if: always()
825825
desktop-webkit-test:
826-
if: github.event.action == 'trigger-e2e-tests-test'
826+
if: github.event.action == 'trigger-e2e-tests-test' || github.event_name == 'push'
827827
name: Desktop Webkit - test branch
828828
runs-on: ubuntu-latest
829829
steps:
@@ -1129,7 +1129,7 @@ jobs:
11291129
title: 'Test results - logged in users'
11301130
if: always()
11311131
mobile-chrome-test:
1132-
if: github.event.action == 'trigger-e2e-tests-test'
1132+
if: github.event.action == 'trigger-e2e-tests-test' || github.event_name == 'push'
11331133
name: Mobile Chrome - test branch
11341134
runs-on: ubuntu-latest
11351135
steps:
@@ -1435,7 +1435,7 @@ jobs:
14351435
title: 'Test results - logged in users'
14361436
if: always()
14371437
desktop-edge-test:
1438-
if: github.event.action == 'trigger-e2e-tests-test'
1438+
if: github.event.action == 'trigger-e2e-tests-test' || github.event_name == 'push'
14391439
name: Desktop Edge - test branch
14401440
runs-on: ubuntu-latest
14411441
steps:

0 commit comments

Comments
 (0)