@@ -233,7 +233,7 @@ jobs:
233
233
job_build :
234
234
name : Build
235
235
needs : [job_get_metadata, job_install_deps]
236
- runs-on : ubuntu-22.04-large-js
236
+ runs-on : ubuntu-22.04
237
237
timeout-minutes : 30
238
238
if : |
239
239
(needs.job_get_metadata.outputs.changed_any_code == 'true' || github.event_name != 'pull_request')
@@ -640,7 +640,7 @@ jobs:
640
640
name : Playwright (${{ matrix.bundle }}${{ matrix.shard && format(' {0}/{1}', matrix.shard, matrix.shards) || ''}}) Tests
641
641
needs : [job_get_metadata, job_build]
642
642
if : needs.job_get_metadata.outputs.changed_browser_integration == 'true' || github.event_name != 'pull_request'
643
- runs-on : ubuntu-22.04-large-js
643
+ runs-on : ubuntu-22.04
644
644
timeout-minutes : 25
645
645
strategy :
646
646
fail-fast : false
@@ -790,7 +790,7 @@ jobs:
790
790
name : Browser (${{ matrix.browser }}) Tests
791
791
needs : [job_get_metadata, job_build]
792
792
if : needs.job_get_metadata.outputs.changed_browser == 'true' || github.event_name != 'pull_request'
793
- runs-on : ubuntu-22.04-large-js
793
+ runs-on : ubuntu-22.04
794
794
timeout-minutes : 20
795
795
strategy :
796
796
fail-fast : false
@@ -969,7 +969,7 @@ jobs:
969
969
(github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository) &&
970
970
github.actor != 'dependabot[bot]'
971
971
needs : [job_get_metadata, job_build, job_compile_bindings_profiling_node]
972
- runs-on : ubuntu-22.04-large-js
972
+ runs-on : ubuntu-22.04
973
973
timeout-minutes : 15
974
974
steps :
975
975
- name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
0 commit comments