From 16fd832a7285d9606a3b4cf9bc009d317e55f634 Mon Sep 17 00:00:00 2001 From: Ricky Whitaker Date: Fri, 18 Aug 2023 12:54:04 -0500 Subject: [PATCH] [v10.0.x] Sync-mirror GHA updates #73511 (#73511) Sync-mirror GHA updates (#73504) fixing sync-mirror run-name and altering concurrency to use branch name (cherry picked from commit 4047cdb213d4590fa7cf565bbda7a9a945af2984) --- .github/workflows/sync-mirror.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sync-mirror.yml b/.github/workflows/sync-mirror.yml index c7a70c0e94a..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 security mirror -run-name: sync-to-security-mirror-${{ github.base_ref }}-${{ github.head_ref }} +name: Sync to mirror +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: