CI: Skip dependabot PR branches. (#32006)
Also, reword Node.js setup step
This commit is contained in:
parent
5076170d76
commit
e993ca76e0
8 changed files with 55 additions and 14 deletions
2
.github/workflows/codeql.yml
vendored
2
.github/workflows/codeql.yml
vendored
|
|
@ -7,6 +7,8 @@ name: "CodeQL"
|
|||
|
||||
on:
|
||||
push:
|
||||
branches-ignore:
|
||||
- "dependabot/**"
|
||||
pull_request:
|
||||
schedule:
|
||||
- cron: "0 2 * * 5"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue