Skip to content

Commit 9d88efa

Browse files
committed
[ci] Make run name dynamic with c++ standard mark
1 parent 32b3292 commit 9d88efa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml renamed to .github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: build
1+
name: ci
22

33
on:
44
push:
@@ -28,6 +28,8 @@ on:
2828
env:
2929
__1K_CXXSTD: '${{ inputs.cxxstd }}'
3030

31+
run-name: 'ci@c++${{ inputs.cxxstd || 20 }}'
32+
3133
jobs:
3234
win32:
3335
runs-on: windows-latest

0 commit comments

Comments
 (0)