Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,7 @@ concurrency:
jobs:
ci:
name: Check
# Self-hosted Linux. The repository is private, so there is no fork-PR
# code-execution exposure. Kept as a single job because the runner pool is
# one machine -- separate jobs would serialise anyway and pay checkout and
# toolchain setup costs repeatedly.
runs-on: [self-hosted, Linux]
runs-on: ubuntu-latest
timeout-minutes: 45

steps:
Expand Down
Loading