[v9.5.x] Run downstream patch check only for grafana/grafana (#83090)

Run downstream patch check only for `grafana/grafana` (#83050)

(cherry picked from commit f683ba8bfc)

Co-authored-by: Fabrizio <135109076+fabrizio-grafana@users.noreply.github.com>
This commit is contained in:
grafana-delivery-bot[bot]
2024-02-21 17:30:25 +00:00
committed by GitHub
co-authored by Fabrizio
parent c1a270be35
commit 86125a39fd
+1
View File
@@ -18,6 +18,7 @@ on:
jobs:
trigger_downstream_patch_check:
uses: grafana/security-patch-actions/.github/workflows/test-patches.yml@main
if: github.repository == 'grafana/grafana'
with:
src_repo: "${{ github.repository }}"
src_ref: "${{ github.head_ref }}" # this is the source branch name, Ex: "feature/newthing"