Skip to content

Commit 32d06af

Browse files
committed
avoid code-scan workflow for forks
1 parent 0ca5840 commit 32d06af

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
@@ -31,6 +31,7 @@ jobs:
3131
# - https://gh.io/using-larger-runners (GitHub.com only)
3232
# Consider using larger runners or machines with greater resources for possible analysis time improvements.
3333
runs-on: ubuntu-latest
34+
if: github.repository_owner == 'cap-js-community' # don't scan on forks
3435
permissions:
3536
# required for all workflows
3637
security-events: write

0 commit comments

Comments
 (0)