We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7099b25 + 5f4cd54 commit 0e8eaadCopy full SHA for 0e8eaad
1 file changed
.github/workflows/generate.yml
@@ -7,7 +7,7 @@ on:
7
8
jobs:
9
generate:
10
- runs-on: blacksmith-4vcpu-ubuntu-2404
+ runs-on: ${{ vars.RUNNER_UBUNTU || 'blacksmith-4vcpu-ubuntu-2404' }}
11
permissions:
12
contents: write
13
pull-requests: write
0 commit comments