Skip to content

Commit

Permalink
Disable CodeQL scheduled jobs on forks (#3649)
Browse files Browse the repository at this point in the history
  • Loading branch information
WeiqunZhang authored Dec 2, 2023
1 parent eb388ae commit 6e8c125
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ concurrency:

jobs:
analyze:
if: ${{ github.repository == 'AMReX-Codes/amrex' || github.event_name != 'schedule' }}
name: Analyze
runs-on: ubuntu-latest
permissions:
Expand Down

0 comments on commit 6e8c125

Please sign in to comment.