ci/gha: add all-done jobs

The sole reason is to simplify branch protection rules,
requiring just these to be passed.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
Kir Kolyshkin
2024-08-13 18:50:35 -07:00
parent 41831e7635
commit 2cd24a4dae
2 changed files with 27 additions and 0 deletions
+8
View File
@@ -233,3 +233,11 @@ jobs:
env:
EXTRA_BUILDTAGS: ${{ matrix.dmz }}
run: sudo -E PATH="$PATH" -- make GOARCH=386 localunittest
all-done:
needs:
- test
- cross-i386
runs-on: ubuntu-24.04
steps:
- run: echo "All jobs completed"