Skip to content

Commit cca44b2

Browse files
authored
add run-name to ci & update docker sha workflows (#5876)
1 parent 8290370 commit cca44b2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: CI
2+
run-name: CI on "${{ github.head_ref && github.head_ref || github.ref }}" by @${{ github.actor }}
23

34
on:
45
pull_request:

.github/workflows/update-docker-sha.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: "Update pinned container SHAs"
2+
run-name: Update pinned container SHAs, triggered from ${{ github.event_name }} by @${{ github.actor }}
23

34
on:
45
workflow_dispatch:

0 commit comments

Comments
 (0)