Skip to content

Commit 8494998

Browse files
Remove redundant .agents/**/*.md from zizmor.yml and codeql.yml
Co-authored-by: nathanjmcdougall <18602289+nathanjmcdougall@users.noreply.github.com>
1 parent a19a69c commit 8494998

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,12 @@ on:
77
- "docs/**"
88
- "**/*.md"
99
- "mkdocs.yml"
10-
- ".agents/**/*.md"
1110
pull_request:
1211
branches: ["main"]
1312
paths-ignore:
1413
- "docs/**"
1514
- "**/*.md"
1615
- "mkdocs.yml"
17-
- ".agents/**/*.md"
1816
jobs:
1917
analyze:
2018
name: Analyze (${{ matrix.language }})

.github/workflows/zizmor.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,12 @@ on:
66
- "docs/**"
77
- "**/*.md"
88
- "mkdocs.yml"
9-
- ".agents/**/*.md"
109
pull_request:
1110
branches: ["**"]
1211
paths-ignore:
1312
- "docs/**"
1413
- "**/*.md"
1514
- "mkdocs.yml"
16-
- ".agents/**/*.md"
1715
permissions: {}
1816
jobs:
1917
zizmor:

0 commit comments

Comments
 (0)