Skip to content

Commit 8ef3326

Browse files
committed
feat: show the build name as runs-on
Signed-off-by: Denis Golovin <[email protected]>
1 parent 22f2933 commit 8ef3326

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616

1717
jobs:
1818
build:
19-
name: build
19+
name: ${{ inputs.runs-on }}
2020
runs-on: ${{ inputs.runs-on }}
2121
timeout-minutes: 60
2222
env:

0 commit comments

Comments
 (0)