CI: Skip dependabot PR branches. (#32006)

Also, reword Node.js setup step
This commit is contained in:
XhmikosR 2020-10-29 19:26:15 +02:00
parent 9a094d44ef
commit 76958761f2
8 changed files with 55 additions and 14 deletions

View file

@ -7,6 +7,8 @@ name: "CodeQL"
on:
push:
branches-ignore:
- "dependabot/**"
pull_request:
schedule:
- cron: "0 2 * * 5"