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

This commit is contained in:
Fabrizio 2024-02-20 12:21:38 +01:00 committed by GitHub
parent b6098f2dde
commit f683ba8bfc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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"