Skip to content

Commit

Permalink
Fix labels for runners (#1797)
Browse files Browse the repository at this point in the history
After reducing the number of runners some workflows are no longer
working.
Using new labels to select the remaining runners. Relates to #1793.
  • Loading branch information
pbchekin authored Aug 8, 2024
1 parent 57f09cb commit af0eccf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-update-translator-cid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ env:
jobs:
update-config:
runs-on:
- glados
- spr
- max1100
- rolling
- runner-0.0.18
defaults:
run:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nightly-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
build:
name: Build
runs-on:
- glados
- spr
- max1100
- rolling
- runner-0.0.18
strategy:
matrix:
Expand Down

0 comments on commit af0eccf

Please sign in to comment.