Skip to content

Commit 661f8c1

Browse files
authored
Merge pull request #4178 from AkihiroSuda/codeql
CI: disable CodeQL for doc-only PRs
2 parents 3297828 + 0b01978 commit 661f8c1

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)