Skip to content

Commit

Permalink
Revert self-hosted runners usage only.
Browse files Browse the repository at this point in the history
  • Loading branch information
shimkiv committed Sep 23, 2024
1 parent 88c809c commit 9e934f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ jobs:
name: Run checks and tests
# We run only one of the matrix options on the toffee `hetzner-1` self-hosted GitHub runner.
# Only in this configuration we enable tests with the code coverage data gathering.
runs-on: [hetzner-proof-systems-runners-group-1]
# runs-on: [hetzner-proof-systems-runners-group-1]
runs-on: ${{ matrix.rust_toolchain_version == '1.74' && 'hetzner-1' || 'ubuntu-latest' }}
env:
RUST_TOOLCHAIN_COVERAGE_VERSION: "1.74"
strategy:
Expand Down

0 comments on commit 9e934f5

Please sign in to comment.