aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/codeql.yml
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2020-10-29 19:26:15 +0200
committerXhmikosR <[email protected]>2020-10-30 16:34:06 +0200
commit76958761f2e5f3354096d7c48aa7fa2dc86470b7 (patch)
treef2673a595cb86cf696fe3a05be9c2cbb594c772c /.github/workflows/codeql.yml
parent9a094d44ef0af237a1ed81af9e14041d8ae145a9 (diff)
downloadbootstrap-76958761f2e5f3354096d7c48aa7fa2dc86470b7.tar.xz
bootstrap-76958761f2e5f3354096d7c48aa7fa2dc86470b7.zip
CI: Skip dependabot PR branches. (#32006)
Also, reword Node.js setup step
Diffstat (limited to '.github/workflows/codeql.yml')
-rw-r--r--.github/workflows/codeql.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index c745512bc..817c3fb7d 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -7,6 +7,8 @@ name: "CodeQL"
on:
push:
+ branches-ignore:
+ - "dependabot/**"
pull_request:
schedule:
- cron: "0 2 * * 5"