Use a Depot runner for plan jobs (#17472)
This job is in the hot path for all other CI jobs, let's avoid letting it be blocked by GitHub concurrency limits and such.
This commit is contained in:
@@ -14,7 +14,7 @@ concurrency:
|
||||
|
||||
jobs:
|
||||
plan:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: depot-ubuntu-24.04
|
||||
outputs:
|
||||
# Run checks/tests if no-test label is not present and code changed (or on main)
|
||||
test-code: ${{ !contains(github.event.pull_request.labels.*.name, 'no-test') && (steps.changed.outputs.code_any_changed == 'true' || github.ref == 'refs/heads/main') }}
|
||||
|
||||
Reference in New Issue
Block a user