Skip to content

Commit

Permalink
Remove support for faster/paid CI runners
Browse files Browse the repository at this point in the history
Wasn't being used, and we really don't want to use paid runners for linting.
  • Loading branch information
rrotter authored Dec 17, 2024
1 parent eaa0052 commit 4e1795f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
test:
runs-on: ${{ contains( github.event.pull_request.labels.*.name, 'use_fast_ci') && 'ubuntu-latest-8core' || 'ubuntu-latest' }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 4e1795f

Please sign in to comment.