Skip to content

Commit 66b1dc8

Browse files
authored
chore(ci): prevent sast codeql to run in forks (#2711)
1 parent 50949b2 commit 66b1dc8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/codeql-analysis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ permissions:
2020
jobs:
2121
analyze:
2222
name: Analyze
23+
if: github.repository == 'aws-powertools/powertools-lambda-python'
2324
runs-on: ubuntu-latest
2425
permissions:
2526
security-events: write

0 commit comments

Comments
 (0)