We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8290370 commit cca44b2Copy full SHA for cca44b2
.github/workflows/ci.yml
@@ -1,4 +1,5 @@
1
name: CI
2
+run-name: CI on "${{ github.head_ref && github.head_ref || github.ref }}" by @${{ github.actor }}
3
4
on:
5
pull_request:
.github/workflows/update-docker-sha.yml
name: "Update pinned container SHAs"
+run-name: Update pinned container SHAs, triggered from ${{ github.event_name }} by @${{ github.actor }}
workflow_dispatch:
0 commit comments