CI: Prevent dispatch loop for building release artifacts (#107269)

This commit is contained in:
Kevin Minehart
2025-06-26 17:04:18 +00:00
committed by GitHub
parent de0ce87fd4
commit 37be24899c
+1
View File
@@ -68,6 +68,7 @@ jobs:
contents: read
id-token: write
name: Dispatch grafana-enterprise build
if: ${{ github.event_name == 'workflow_dispatch' }}
steps:
- id: vault-secrets
uses: grafana/shared-workflows/actions/get-vault-secrets@main