Skip to content

Commit

Permalink
Reorder runner labels.
Browse files Browse the repository at this point in the history
  • Loading branch information
rkachowski committed Feb 1, 2024
1 parent b85a2e6 commit 91b50f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/blockscout.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ env:
jobs:
build-and-cache:
name: Build and Cache deps
runs-on: ['self-hosted', '8-cpu', 'blockscout']
runs-on: [ '8-cpu','self-hosted', 'blockscout']
container:
image: us-west1-docker.pkg.dev/devopsre/actions-runner-controller/blockscout:latest
options: --user root
Expand Down

0 comments on commit 91b50f0

Please sign in to comment.