|
1 | | -name: Playwright tests - local instance - 2025.6-rc |
| 1 | +name: Playwright tests - local instance |
2 | 2 | on: |
3 | 3 | repository_dispatch: |
4 | 4 | types: [trigger-e2e-tests-staging, trigger-e2e-tests-rc, trigger-e2e-tests-test] |
@@ -109,7 +109,7 @@ jobs: |
109 | 109 | title: 'Test results - logged in users' |
110 | 110 | if: always() |
111 | 111 | 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' |
113 | 113 | name: Desktop Chrome - test branch |
114 | 114 | runs-on: ubuntu-latest |
115 | 115 | steps: |
@@ -517,7 +517,7 @@ jobs: |
517 | 517 | title: 'Test results - logged in users' |
518 | 518 | if: always() |
519 | 519 | 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' |
521 | 521 | name: Desktop Firefox - test branch |
522 | 522 | runs-on: ubuntu-latest |
523 | 523 | steps: |
@@ -823,7 +823,7 @@ jobs: |
823 | 823 | title: 'Test results - logged in users' |
824 | 824 | if: always() |
825 | 825 | 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' |
827 | 827 | name: Desktop Webkit - test branch |
828 | 828 | runs-on: ubuntu-latest |
829 | 829 | steps: |
@@ -1129,7 +1129,7 @@ jobs: |
1129 | 1129 | title: 'Test results - logged in users' |
1130 | 1130 | if: always() |
1131 | 1131 | 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' |
1133 | 1133 | name: Mobile Chrome - test branch |
1134 | 1134 | runs-on: ubuntu-latest |
1135 | 1135 | steps: |
@@ -1435,7 +1435,7 @@ jobs: |
1435 | 1435 | title: 'Test results - logged in users' |
1436 | 1436 | if: always() |
1437 | 1437 | 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' |
1439 | 1439 | name: Desktop Edge - test branch |
1440 | 1440 | runs-on: ubuntu-latest |
1441 | 1441 | steps: |
|
0 commit comments