always run deploy on release

This commit is contained in:
Ashley Harrison
2026-01-14 15:59:35 +00:00
parent 32bd9a977d
commit ddf5511575
+1 -1
View File
@@ -38,7 +38,7 @@ jobs:
runs-on: ubuntu-latest
needs: detect-changes
# Only run in grafana/grafana
if: github.repository == 'grafana/grafana' && needs.detect-changes.outputs.changed-frontend-packages == 'true'
if: github.repository == 'grafana/grafana' && (needs.detect-changes.outputs.changed-frontend-packages == 'true' || github.event_name == 'release')
permissions:
contents: read
id-token: write