Skip to content

Commit

Permalink
Run V8 binding tests on GitHub hosted runner (mmtk#900)
Browse files Browse the repository at this point in the history
This should be fine after mmtk/mmtk-v8#78
  • Loading branch information
caizixian authored and wenyuzhao committed Aug 17, 2023
1 parent 51ec055 commit c5607e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/post-review-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
pull_request: ${{ github.event.pull_request.number }}

v8-binding-test:
runs-on: [self-hosted, linux, freq-scaling-off]
runs-on: ubuntu-20.04
needs: binding-refs
if: contains(github.event.pull_request.labels.*.name, 'PR-testing')
steps:
Expand Down

0 comments on commit c5607e2

Please sign in to comment.