Skip to content

Commit a01c966

Browse files
authored
ci: drop redundant lock-check skip for release-please PRs (#7)
The refresh-lock job in release-please.yml now keeps uv.lock in sync on the release PR branch, so by the time master sees the merged PR the lockfile already matches pyproject.toml. The conditional skip became dead code; restore the unconditional `uv lock --check`.
1 parent 20331f6 commit a01c966

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ jobs:
2929
run: uv python install 3.14
3030

3131
- name: Ensure uv lockfile is up-to-date
32-
if: github.event_name == 'pull_request' && !startsWith(github.head_ref, 'release-please--')
3332
run: uv lock --check
3433

3534
- name: Install project dependencies

0 commit comments

Comments
 (0)