Skip to content

Commit

Permalink
add run-name to ci & update docker sha workflows (#5876)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdabelf5 authored and AlexFenlon committed Jul 1, 2024
1 parent 1e423d7 commit afc9753
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: CI
run-name: CI on "${{ github.head_ref && github.head_ref || github.ref }}" by @${{ github.actor }}

on:
pull_request:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/update-docker-sha.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: "Update pinned container SHAs"
run-name: Update pinned container SHAs, triggered from ${{ github.event_name }} by @${{ github.actor }}

on:
workflow_dispatch:
Expand Down

0 comments on commit afc9753

Please sign in to comment.