Skip to content

Commit

Permalink
CI: Use explicit label for test262 workflow
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
gmta authored and trflynn89 committed Oct 2, 2024
1 parent 68a28ff commit 5661da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/libjs-test262.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5661da7

Please sign in to comment.