@@ -22,7 +22,7 @@ permissions:
2222
2323jobs :
2424 test_mac :
25- if : ${{ github.head_ref != 'webdriver-safari- poc' }} # TEMP: skip on webdriver-safari -poc branch
25+ if : ${{ github.head_ref != 'webdriver-poc' }} # TEMP: skip on webdriver-poc branch
2626 name : ${{ matrix.os }} (${{ matrix.browser }})
2727 environment : ${{ github.event_name == 'push' && 'allow-uploading-flakiness-results' || null }}
2828 strategy :
4848 flakiness-subscription-id : ${{ secrets.AZURE_FLAKINESS_DASHBOARD_SUBSCRIPTION_ID }}
4949
5050 test_win :
51- if : ${{ github.head_ref != 'webdriver-safari- poc' }} # TEMP: skip on webdriver-safari -poc branch
51+ if : ${{ github.head_ref != 'webdriver-poc' }} # TEMP: skip on webdriver-poc branch
5252 name : " Windows"
5353 environment : ${{ github.event_name == 'push' && 'allow-uploading-flakiness-results' || null }}
5454 strategy :
6868 flakiness-subscription-id : ${{ secrets.AZURE_FLAKINESS_DASHBOARD_SUBSCRIPTION_ID }}
6969
7070 test-package-installations-other-node-versions :
71- if : ${{ github.head_ref != 'webdriver-safari- poc' }} # TEMP: skip on webdriver-safari -poc branch
71+ if : ${{ github.head_ref != 'webdriver-poc' }} # TEMP: skip on webdriver-poc branch
7272 name : " Installation Test ${{ matrix.os }} (${{ matrix.node_version }})"
7373 environment : ${{ github.event_name == 'push' && 'allow-uploading-flakiness-results' || null }}
7474 runs-on : ${{ matrix.os }}
@@ -104,7 +104,7 @@ jobs:
104104 flakiness-subscription-id : ${{ secrets.AZURE_FLAKINESS_DASHBOARD_SUBSCRIPTION_ID }}
105105
106106 driver_linux :
107- if : ${{ github.head_ref != 'webdriver-safari- poc' }} # TEMP: skip on webdriver-safari -poc branch
107+ if : ${{ github.head_ref != 'webdriver-poc' }} # TEMP: skip on webdriver-poc branch
108108 name : " Driver"
109109 environment : ${{ github.event_name == 'push' && 'allow-uploading-flakiness-results' || null }}
110110 strategy :
@@ -124,7 +124,7 @@ jobs:
124124 PWTEST_MODE : driver
125125
126126 tracing_linux :
127- if : ${{ github.head_ref != 'webdriver-safari- poc' }} # TEMP: skip on webdriver-safari -poc branch
127+ if : ${{ github.head_ref != 'webdriver-poc' }} # TEMP: skip on webdriver-poc branch
128128 name : Tracing ${{ matrix.browser }}
129129 environment : ${{ github.event_name == 'push' && 'allow-uploading-flakiness-results' || null }}
130130 strategy :
@@ -153,7 +153,7 @@ jobs:
153153 PWTEST_TRACE : 1
154154
155155 test_chromium_channels :
156- if : ${{ github.head_ref != 'webdriver-safari- poc' }} # TEMP: skip on webdriver-safari -poc branch
156+ if : ${{ github.head_ref != 'webdriver-poc' }} # TEMP: skip on webdriver-poc branch
157157 name : Test ${{ matrix.channel }} on ${{ matrix.runs-on }}
158158 environment : ${{ github.event_name == 'push' && 'allow-uploading-flakiness-results' || null }}
159159 runs-on : ${{ matrix.runs-on }}
@@ -187,7 +187,7 @@ jobs:
187187 PWTEST_CHANNEL : ${{ matrix.channel }}
188188
189189 build-playwright-driver :
190- if : ${{ github.head_ref != 'webdriver-safari- poc' }} # TEMP: skip on webdriver-safari -poc branch
190+ if : ${{ github.head_ref != 'webdriver-poc' }} # TEMP: skip on webdriver-poc branch
191191 name : " build-playwright-driver"
192192 runs-on : ubuntu-24.04
193193 steps :
@@ -200,7 +200,7 @@ jobs:
200200 - run : utils/build/build-playwright-driver.sh
201201
202202 test_android :
203- if : ${{ github.head_ref != 'webdriver-safari- poc' }} # TEMP: skip on webdriver-safari -poc branch
203+ if : ${{ github.head_ref != 'webdriver-poc' }} # TEMP: skip on webdriver-poc branch
204204 name : Android
205205 environment : ${{ github.event_name == 'push' && 'allow-uploading-flakiness-results' || null }}
206206 runs-on : playwright-x64-ubuntu24-64-core
0 commit comments