Skip to content

Commit 41852cb

Browse files
Add hooks/** to paths-ignore in CI workflows
Agent-Logs-Url: https://github.com/usethis-python/usethis-python/sessions/497a0d7e-b342-44aa-8d2c-832625c9d726 Co-authored-by: nathanjmcdougall <18602289+nathanjmcdougall@users.noreply.github.com>
1 parent a1f2469 commit 41852cb

4 files changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/codecov.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,15 @@ on:
99
- "**/*.md"
1010
- "mkdocs.yml"
1111
- ".pre-commit-config.yaml"
12+
- "hooks/**"
1213
- "skills-lock.json"
1314
pull_request:
1415
paths-ignore:
1516
- "docs/**"
1617
- "**/*.md"
1718
- "mkdocs.yml"
1819
- ".pre-commit-config.yaml"
20+
- "hooks/**"
1921
- "skills-lock.json"
2022
concurrency:
2123
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/codeql.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- "**/*.md"
99
- "mkdocs.yml"
1010
- ".pre-commit-config.yaml"
11+
- "hooks/**"
1112
- "skills-lock.json"
1213
pull_request:
1314
branches: ["main"]
@@ -16,6 +17,7 @@ on:
1617
- "**/*.md"
1718
- "mkdocs.yml"
1819
- ".pre-commit-config.yaml"
20+
- "hooks/**"
1921
- "skills-lock.json"
2022
jobs:
2123
analyze:

.github/workflows/codspeed.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,15 @@ on:
99
- "**/*.md"
1010
- "mkdocs.yml"
1111
- ".pre-commit-config.yaml"
12+
- "hooks/**"
1213
- "skills-lock.json"
1314
pull_request:
1415
paths-ignore:
1516
- "docs/**"
1617
- "**/*.md"
1718
- "mkdocs.yml"
1819
- ".pre-commit-config.yaml"
20+
- "hooks/**"
1921
- "skills-lock.json"
2022
concurrency:
2123
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/zizmor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- "**/*.md"
88
- "mkdocs.yml"
99
- ".pre-commit-config.yaml"
10+
- "hooks/**"
1011
- "skills-lock.json"
1112
pull_request:
1213
branches: ["**"]
@@ -15,6 +16,7 @@ on:
1516
- "**/*.md"
1617
- "mkdocs.yml"
1718
- ".pre-commit-config.yaml"
19+
- "hooks/**"
1820
- "skills-lock.json"
1921
permissions: {}
2022
jobs:

0 commit comments

Comments
 (0)