Skip to content

Commit 4cbfb3d

Browse files
committed
fix GH actions run name
1 parent a876b1f commit 4cbfb3d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/CI-trigger.yml

+2-1
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)