Skip to content

Commit 0b01978

Browse files
committed
CI: disable CodeQL for doc-only PRs
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
1 parent 3e78acd commit 0b01978

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/codeql.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
11
name: "CodeQL Advanced"
22

33
on:
4+
# paths-ignore should be kept in sync with test.yml
45
push:
56
branches: ["master"]
7+
paths-ignore:
8+
- "docs/**"
9+
- "website/**"
10+
- "**.md"
611
pull_request:
712
branches: ["master"]
13+
paths-ignore:
14+
- "docs/**"
15+
- "website/**"
16+
- "**.md"
817
schedule:
918
- cron: '33 19 * * 5'
1019
workflow_dispatch:

0 commit comments

Comments
 (0)