mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user