Skip to content

Commit 6e8c125

Browse files
authored
Disable CodeQL scheduled jobs on forks (#3649)
1 parent eb388ae commit 6e8c125

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ concurrency:
1414

1515
jobs:
1616
analyze:
17+
if: ${{ github.repository == 'AMReX-Codes/amrex' || github.event_name != 'schedule' }}
1718
name: Analyze
1819
runs-on: ubuntu-latest
1920
permissions:

0 commit comments

Comments
 (0)