mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
CI: Use explicit label for test262 workflow
Merely specifying `self-hosted` is not enough - to get closer to reproducible timings, we want these jobs to run on dedicated hardware. The `test262-runner` label was introduced for runners that offer this.
This commit is contained in:
committed by
Tim Flynn
parent
68a28ff33a
commit
5661da78a4
2
.github/workflows/libjs-test262.yml
vendored
2
.github/workflows/libjs-test262.yml
vendored
@@ -8,7 +8,7 @@ env:
|
||||
|
||||
jobs:
|
||||
run_and_update_results:
|
||||
runs-on: self-hosted
|
||||
runs-on: test262-runner
|
||||
if: always() && github.repository == 'LadybirdBrowser/ladybird' && github.ref == 'refs/heads/master'
|
||||
|
||||
concurrency: libjs-test262
|
||||
|
||||
Reference in New Issue
Block a user