Skip to content

Commit

Permalink
ignore paths for codeql
Browse files Browse the repository at this point in the history
  • Loading branch information
shtayeb committed Apr 25, 2024
1 parent 49ad5e8 commit ad8cd96
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ on:
pull_request:
# The branches below must be a subset of the branches above
branches: [ "master","develop" ]
schedule:
- cron: '38 4 * * 5'

jobs:
analyze:
Expand All @@ -45,6 +43,10 @@ jobs:
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
paths-ignore:
- src/node_modules
- '**/*.test.js'
- 'geonode/**'
# If you wish to specify custom queries, you can do so here or in a config file.
# By default, queries listed here will override any specified in a config file.
# Prefix the list here with "+" to use these queries and those in the config file.
Expand Down

0 comments on commit ad8cd96

Please sign in to comment.