@@ -26,7 +26,6 @@ permissions:
2626jobs :
2727 test_linux :
2828 name : ${{ matrix.os }} (${{ matrix.browser }})
29- if : github.repository == 'microsoft/playwright'
3029 environment : ${{ github.event_name == 'push' && 'allow-uploading-flakiness-results' || null }}
3130 strategy :
3231 fail-fast : false
4746
4847 test_mac :
4948 name : ${{ matrix.os }} (${{ matrix.browser }})
50- if : github.repository == 'microsoft/playwright'
5149 environment : ${{ github.event_name == 'push' && 'allow-uploading-flakiness-results' || null }}
5250 strategy :
5351 fail-fast : false
7573
7674 test_win :
7775 name : " Windows"
78- if : github.repository == 'microsoft/playwright'
7976 environment : ${{ github.event_name == 'push' && 'allow-uploading-flakiness-results' || null }}
8077 strategy :
8178 fail-fast : false
9592
9693 test-package-installations-other-node-versions :
9794 name : " Installation Test ${{ matrix.os }} (${{ matrix.node_version }})"
98- if : github.repository == 'microsoft/playwright'
9995 environment : ${{ github.event_name == 'push' && 'allow-uploading-flakiness-results' || null }}
10096 runs-on : ${{ matrix.os }}
10197 strategy :
@@ -129,7 +125,6 @@ jobs:
129125
130126 headed_tests :
131127 name : " headed ${{ matrix.browser }} (${{ matrix.os }})"
132- if : github.repository == 'microsoft/playwright'
133128 environment : ${{ github.event_name == 'push' && 'allow-uploading-flakiness-results' || null }}
134129 strategy :
135130 fail-fast : false
@@ -156,7 +151,6 @@ jobs:
156151
157152 transport_linux :
158153 name : " Transport"
159- if : github.repository == 'microsoft/playwright'
160154 environment : ${{ github.event_name == 'push' && 'allow-uploading-flakiness-results' || null }}
161155 strategy :
162156 fail-fast : false
@@ -178,7 +172,6 @@ jobs:
178172
179173 tracing_linux :
180174 name : Tracing ${{ matrix.browser }} ${{ matrix.channel }}
181- if : github.repository == 'microsoft/playwright'
182175 environment : ${{ github.event_name == 'push' && 'allow-uploading-flakiness-results' || null }}
183176 strategy :
184177 fail-fast : false
@@ -206,7 +199,6 @@ jobs:
206199
207200 test_chromium_channels :
208201 name : Test ${{ matrix.channel }} on ${{ matrix.runs-on }}
209- if : github.repository == 'microsoft/playwright'
210202 environment : ${{ github.event_name == 'push' && 'allow-uploading-flakiness-results' || null }}
211203 runs-on : ${{ matrix.runs-on }}
212204 strategy :
@@ -229,7 +221,6 @@ jobs:
229221
230222 chromium_tot :
231223 name : Chromium tip-of-tree ${{ matrix.os }}${{ matrix.headed }}
232- if : github.repository == 'microsoft/playwright'
233224 environment : ${{ github.event_name == 'push' && 'allow-uploading-flakiness-results' || null }}
234225 runs-on : ${{ matrix.os }}
235226 strategy :
@@ -252,7 +243,6 @@ jobs:
252243
253244 chromium_tot_headless_shell :
254245 name : Chromium tip-of-tree headless-shell-${{ matrix.os }}
255- if : github.repository == 'microsoft/playwright'
256246 environment : ${{ github.event_name == 'push' && 'allow-uploading-flakiness-results' || null }}
257247 runs-on : ${{ matrix.os }}
258248 strategy :
@@ -274,7 +264,6 @@ jobs:
274264
275265 firefox_beta :
276266 name : Firefox Beta ${{ matrix.os }}
277- if : github.repository == 'microsoft/playwright'
278267 environment : ${{ github.event_name == 'push' && 'allow-uploading-flakiness-results' || null }}
279268 runs-on : ${{ matrix.os }}
280269 strategy :
@@ -296,7 +285,6 @@ jobs:
296285
297286 build-playwright-driver :
298287 name : " build-playwright-driver"
299- if : github.repository == 'microsoft/playwright'
300288 runs-on : ubuntu-24.04
301289 steps :
302290 - uses : actions/checkout@v4
@@ -310,7 +298,6 @@ jobs:
310298
311299 test_channel_chromium :
312300 name : Test channel=chromium
313- if : github.repository == 'microsoft/playwright'
314301 environment : ${{ github.event_name == 'push' && 'allow-uploading-flakiness-results' || null }}
315302 strategy :
316303 fail-fast : false
0 commit comments