We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22f2933 commit 8ef3326Copy full SHA for 8ef3326
.github/workflows/build.yaml
@@ -16,7 +16,7 @@ on:
16
17
jobs:
18
build:
19
- name: build
+ name: ${{ inputs.runs-on }}
20
runs-on: ${{ inputs.runs-on }}
21
timeout-minutes: 60
22
env:
0 commit comments