mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-10 21:53:57 +08:00
Merge pull request #4376 from kolyshkin/simplify-branch-protection
ci/gha: add all-done jobs
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"
|
||||
|
||||
@@ -234,3 +234,22 @@ jobs:
|
||||
cd tests/integration
|
||||
./bootstrap-get-images.sh > get-images.sh
|
||||
git diff --exit-code
|
||||
|
||||
all-done:
|
||||
needs:
|
||||
- cfmt
|
||||
- codespell
|
||||
- commit
|
||||
- compile-buildtags
|
||||
- deps
|
||||
- get-images
|
||||
- go-fix
|
||||
- keyring
|
||||
- lint
|
||||
- release
|
||||
- shellcheck
|
||||
- shfmt
|
||||
- space-at-eol
|
||||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
- run: echo "All jobs completed"
|
||||
|
||||
Reference in New Issue
Block a user