mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 15:10:19 +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:
parent
68a28ff33a
commit
5661da78a4
Notes:
github-actions[bot]
2024-10-02 10:41:23 +00:00
Author: https://github.com/gmta Commit: https://github.com/LadybirdBrowser/ladybird/commit/5661da78a4e Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1596
1 changed files with 1 additions and 1 deletions
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
|
||||
|
|
Loading…
Reference in a new issue