Skip to content

Commit 92d17cf

Browse files
committed
ci: add all-done job
This is so we can mark it as required in PR merge rules. Signed-off-by: Kir Kolyshkin <[email protected]>
1 parent b83d78a commit 92d17cf

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/validate.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,14 @@ jobs:
7474
with:
7575
go-version: "${{ env.GO_VERSION }}"
7676
- run: go mod tidy --diff
77+
78+
all-done:
79+
needs:
80+
- codespell
81+
- deps
82+
- go-fix
83+
- lint
84+
- space-at-eol
85+
runs-on: ubuntu-24.04
86+
steps:
87+
- run: echo "All jobs completed"

0 commit comments

Comments
 (0)