Skip to content

Commit 6ab8cb3

Browse files
authored
Merge pull request #4885 from sysown/v3.0-fix_run_name
v3.0 fix GH actions run name
2 parents a876b1f + 4cbfb3d commit 6ab8cb3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/CI-trigger.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: CI-trigger
2-
run-name: '${{ github.ref_name }} ${{ github.workflow }} ${{ github.sha }}'
2+
#run-name: '${{ github.ref_name }} ${{ github.workflow }} ${{ github.sha }}'
3+
run-name: ${{ github.head_ref || github.ref_name }} ${{ github.workflow }} ${{ github.event.after || github.sha }}
34

45
on:
56
pull_request:

0 commit comments

Comments
 (0)