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:
@@ -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