Skip to content

Commit 1f722fc

Browse files
authored
ci: build: Make -O2 build name a 3-tuple as well (#274)
All other job names are in 'X for Y with Z' form. Normalize the build job name to that form as well for easier parsing.
1 parent b240a86 commit 1f722fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/kernel-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ on:
4141

4242
jobs:
4343
build:
44-
name: build for ${{ inputs.arch }} with ${{ inputs.toolchain_full }}${{ inputs.release && ' and -O2 optimization' || '' }}
44+
name: build for ${{ inputs.arch }} with ${{ inputs.toolchain_full }}${{ inputs.release && '-O2' || '' }}
4545
runs-on: ${{ fromJSON(inputs.runs_on) }}
4646
timeout-minutes: 100
4747
env:

0 commit comments

Comments
 (0)