diff --git a/.github/workflows/pr-patch-check-event.yml b/.github/workflows/pr-patch-check-event.yml index f3efa897856..1abf2452476 100644 --- a/.github/workflows/pr-patch-check-event.yml +++ b/.github/workflows/pr-patch-check-event.yml @@ -1,6 +1,6 @@ # Owned by grafana-delivery-squad # Intended to be dropped into the base repo Ex: grafana/grafana -name: Dispatch: Check for patch conflicts +name: Dispatch check for patch conflicts run-name: dispatch-check-patch-conflicts-${{ github.base_ref }}-${{ github.head_ref }} on: pull_request: diff --git a/.github/workflows/sync-mirror-event.yml b/.github/workflows/sync-mirror-event.yml index 55347bf6b2f..e2a44b21322 100644 --- a/.github/workflows/sync-mirror-event.yml +++ b/.github/workflows/sync-mirror-event.yml @@ -1,6 +1,6 @@ # Owned by grafana-delivery-squad # Intended to be dropped into the base repo, Ex: grafana/grafana -name: Dispatch: Sync to mirror +name: Dispatch sync to mirror run-name: dispatch-sync-to-mirror-${{ github.ref_name }} on: workflow_dispatch: