Skip to content

Commit a6f44da

Browse files
Fix typo in CI
This meant that we weren't running `make checkgenerate` in either step :facepalm:. Fixes it so it'll just run when using the default lowest-direct resolution.
1 parent fb15875 commit a6f44da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Format
4747
run: make format
4848
# When running with matrix.resolution == highest, we expect uv.lock to change, but we don't want that file checked in.
49-
- if: matrix.resolution == 'higest'
49+
- if: matrix.resolution == 'lowest-direct'
5050
name: Check generated
5151
run: make checkgenerate
5252
env:

0 commit comments

Comments
 (0)