Skip to content

Commit 68c3990

Browse files
Add skills-lock.json to paths-ignore in non-static-check workflows
Agent-Logs-Url: https://github.com/usethis-python/usethis-python/sessions/01b12397-1f71-43da-82ec-829eeb0db62a Co-authored-by: nathanjmcdougall <18602289+nathanjmcdougall@users.noreply.github.com>
1 parent 8afb6fa commit 68c3990

5 files changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/codecov.yml

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

.github/workflows/codeql.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,15 @@ on:
88
- "**/*.md"
99
- "mkdocs.yml"
1010
- ".pre-commit-config.yaml"
11+
- "skills-lock.json"
1112
pull_request:
1213
branches: ["main"]
1314
paths-ignore:
1415
- "docs/**"
1516
- "**/*.md"
1617
- "mkdocs.yml"
1718
- ".pre-commit-config.yaml"
19+
- "skills-lock.json"
1820
jobs:
1921
analyze:
2022
name: Analyze (${{ matrix.language }})

.github/workflows/codspeed.yml

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

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
- ".github/workflows/static-checks.yml"
1313
- ".pre-commit-config.yaml"
1414
- "hooks/**"
15+
- "skills-lock.json"
1516
pull_request:
1617
paths-ignore:
1718
- "docs/**"
@@ -21,6 +22,7 @@ on:
2122
- ".github/workflows/static-checks.yml"
2223
- ".pre-commit-config.yaml"
2324
- "hooks/**"
25+
- "skills-lock.json"
2426
schedule:
2527
- cron: "20 14 * * *"
2628
concurrency:

.github/workflows/zizmor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,15 @@ on:
77
- "**/*.md"
88
- "mkdocs.yml"
99
- ".pre-commit-config.yaml"
10+
- "skills-lock.json"
1011
pull_request:
1112
branches: ["**"]
1213
paths-ignore:
1314
- "docs/**"
1415
- "**/*.md"
1516
- "mkdocs.yml"
1617
- ".pre-commit-config.yaml"
18+
- "skills-lock.json"
1719
permissions: {}
1820
jobs:
1921
zizmor:

0 commit comments

Comments
 (0)