Commit a01c966
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | 32 | | |
34 | 33 | | |
35 | 34 | | |
| |||
0 commit comments