Skip to content

Commit d8a1d4a

Browse files
committed
ci: add ok job
1 parent 05c127e commit d8a1d4a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,14 @@ on:
77
branches:
88
- main
99
jobs:
10-
test:
10+
ok:
11+
needs:
12+
- test-lint
13+
if: ${{ failure() }}
14+
runs-on: ubuntu-24.04
15+
steps:
16+
- run: exit 1
17+
test-lint:
1118
strategy:
1219
matrix:
1320
go_version:

0 commit comments

Comments
 (0)