Skip to content

Commit

Permalink
pin runners
Browse files Browse the repository at this point in the history
  • Loading branch information
dennybaa committed Dec 22, 2020
1 parent 38bf9b1 commit e9bcfee
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 @@ -11,7 +11,7 @@ jobs:
ci-all:
# We currently have two self-hosted runners, one of which is marked "DEV-CI" and other one is marder "MAIN".
# "MAIN" is the current CI runner, "DEV-CI" is currently used to experiment with CI optimizing.
runs-on: self-hosted
runs-on: [self-hosted, MAIN]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit e9bcfee

Please sign in to comment.