Skip to content

Commit

Permalink
Ignore vendor directory for codeql (#667)
Browse files Browse the repository at this point in the history
* adding ignoring vendor
  • Loading branch information
oliveromahony authored May 8, 2024
1 parent 3b41632 commit 84a3b6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ on:
branches:
- main
- v3
paths-ignore:
- '**/vendor'
merge_group:
schedule:
- cron: "36 6 * * 4" # run every Thursday at 06:36 UTC
Expand Down

0 comments on commit 84a3b6b

Please sign in to comment.