Skip to content

Commit db6bc80

Browse files
authored
Merge pull request #303 from bjester/uv-lock-check
Include uv.lock in path match check, to ensure we're not breaking CI
2 parents 0c7f849 + 057da59 commit db6bc80

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/check-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
uses: fkirc/skip-duplicate-actions@master
1313
with:
1414
github_token: ${{ github.token }}
15-
paths: '["docs/**", "pyproject.toml"]'
15+
paths: '["docs/**", "pyproject.toml", "uv.lock"]'
1616
docs:
1717
name: Checking docs build
1818
needs: pre_job

.github/workflows/check_migrations_sqlite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
uses: fkirc/skip-duplicate-actions@master
1313
with:
1414
github_token: ${{ github.token }}
15-
paths: '["morango/migrations/*.py", ".github/workflows/check_migrations_sqlite.yml", "pyproject.toml"]'
15+
paths: '["morango/migrations/*.py", ".github/workflows/check_migrations_sqlite.yml", "pyproject.toml", "uv.lock"]'
1616
build:
1717
name: Build wheel
1818
needs: pre_job

.github/workflows/tox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
uses: fkirc/skip-duplicate-actions@master
1313
with:
1414
github_token: ${{ github.token }}
15-
paths: '["**.py", ".github/workflows/tox.yml", "tox.ini", "pyproject.toml"]'
15+
paths: '["**.py", ".github/workflows/tox.yml", "tox.ini", "pyproject.toml", "uv.lock"]'
1616
build:
1717
name: Build wheel
1818
needs: pre_job

0 commit comments

Comments
 (0)