Skip to content

Commit e09f7fc

Browse files
committed
fix ci
1 parent 0ef56ff commit e09f7fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
build:
3535
runs-on: ubuntu-latest
36-
# needs: lint
36+
needs: lint
3737
strategy:
3838
matrix:
3939
go-version: [ '1.24.x' ]

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
build:
2929
runs-on: ubuntu-latest
30-
# needs: lint
30+
needs: lint
3131
strategy:
3232
matrix:
3333
go-version: [ '1.24.x' ]

0 commit comments

Comments
 (0)