mirror of
https://github.com/servo/servo.git
synced 2025-09-18 19:08:22 +01:00
to run bencher builds on self-hosted runners (#39269), we will need to do a self-hosted runner select, but that would exceed the workflow call depth limit (try → dispatch-workflow → linux → bencher → self-hosted-runner-select). this patch converts the self-hosted runner select from a [reusable workflow](https://docs.github.com/en/actions/concepts/workflows-and-actions/reusable-workflows) to a [composite action](https://docs.github.com/en/actions/tutorials/create-actions/create-a-composite-action), much like #38503 did for the runner timeout. Testing: - self-hosted <https://github.com/servo/servo/actions/runs/17674919359/job/50235098986> - GitHub-hosted <https://github.com/delan/servo/actions/runs/17674928875/job/50234708810> Fixes: part of #39269 --------- Signed-off-by: Delan Azabani <dazabani@igalia.com> |
||
---|---|---|
.. | ||
android.yml | ||
auto-merge-updates.yml | ||
bencher.yml | ||
dco-merge-group.yml | ||
dispatch-workflow.yml | ||
docs.yml | ||
lint.yml | ||
linux-wpt.yml | ||
linux.yml | ||
mac-wpt.yml | ||
mac.yml | ||
main.yml | ||
nightly.yml | ||
ohos.yml | ||
pull-request-wpt-export.yml | ||
scheduled-wpt-import.yml | ||
try-label.yml | ||
try.yml | ||
windows.yml |