Skip to content

Commit aab6b1f

Browse files
Only run checkgenerate on ubuntu
Shouldn't change based on OS, similar to how we have the lint step. And add a simple name to the step. Signed-off-by: Stefan VanBuren <[email protected]>
1 parent 1fd944e commit aab6b1f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,9 @@ jobs:
8787
run: go test ./...
8888
working-directory: protoc-gen-connect-python
8989

90-
- run: uv run just checkgenerate
90+
- name: check running `just generate` does not create a diff
91+
if: startsWith(matrix.os, 'ubuntu-')
92+
run: uv run just checkgenerate
9193

9294
- uses: codecov/codecov-action@v5
9395
if: ${{ matrix.coverage == 'cov' }}

0 commit comments

Comments
 (0)