From 4047cdb213d4590fa7cf565bbda7a9a945af2984 Mon Sep 17 00:00:00 2001 From: Ricky Whitaker Date: Fri, 18 Aug 2023 12:01:43 -0500 Subject: [PATCH] Sync-mirror GHA updates (#73504) fixing sync-mirror run-name and altering concurrency to use branch name --- .github/workflows/sync-mirror.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sync-mirror.yml b/.github/workflows/sync-mirror.yml index 3257e014791..fd8d93d6226 100644 --- a/.github/workflows/sync-mirror.yml +++ b/.github/workflows/sync-mirror.yml @@ -1,7 +1,7 @@ # Owned by grafana-delivery-squad # Intended to be dropped into the base repo, Ex: grafana/grafana name: Sync to mirror -run-name: sync-to-mirror-${{ github.base_ref }}-${{ github.head_ref }} +run-name: sync-to-mirror-${{ github.ref_name }} on: workflow_dispatch: push: @@ -13,7 +13,7 @@ on: # This is run after the pull request has been merged, so we'll run against the target branch jobs: trigger_downstream_patch_mirror: - concurrency: patch-mirror-${{ github.ref }} + concurrency: patch-mirror-${{ github.ref_name }} uses: grafana/security-patch-actions/.github/workflows/mirror-branch-and-apply-patches.yml@main if: github.repository == 'grafana/grafana' with: