CI: Skip CodeQL analysis if repo is not grafana/grafana (#85652)

This commit is contained in:
Fabrizio
2024-04-05 17:10:18 +02:00
committed by GitHub
parent 883a41e8aa
commit 45c56d208f
+1 -1
View File
@@ -25,6 +25,7 @@ jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
if: github.repository == 'grafana/grafana'
strategy:
fail-fast: false
@@ -67,4 +68,3 @@ jobs:
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
if: github.repository == 'grafana/grafana'