Skip to content

Commit

Permalink
avoid code-scan workflow for forks
Browse files Browse the repository at this point in the history
  • Loading branch information
rlindner81 committed Oct 7, 2024
1 parent 03c316a commit cb30ade
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 @@ -31,6 +31,7 @@ jobs:
# - https://gh.io/using-larger-runners (GitHub.com only)
# Consider using larger runners or machines with greater resources for possible analysis time improvements.
runs-on: ubuntu-latest
if: github.repository_owner == 'cap-js-community' # don't scan on forks
permissions:
# required for all workflows
security-events: write
Expand Down

0 comments on commit cb30ade

Please sign in to comment.