We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 113fb08 commit 75c80d3Copy full SHA for 75c80d3
.github/workflows/ci.yml
@@ -7,7 +7,7 @@ on:
7
jobs:
8
deps-cache:
9
name: Cache Dependencies
10
- runs-on: ${{ vars.RUNNER_TYPE || 'self-hosted' }}
+ runs-on: ${{ vars.RUNNER_TYPE || 'ziserv' }}
11
steps:
12
- uses: actions/checkout@v4
13
0 commit comments