mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +00:00
chore: add a required job to simplify branch protection (#8464)
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
This commit is contained in:
parent
4f0e378a34
commit
69441c6d0f
1 changed files with 17 additions and 0 deletions
17
.github/workflows/conformance.yaml
vendored
17
.github/workflows/conformance.yaml
vendored
|
@ -831,3 +831,20 @@ jobs:
|
||||||
set -e
|
set -e
|
||||||
KYVERNO_EXPERIMENTAL=true kyverno fix test ./test/cli --save --compress
|
KYVERNO_EXPERIMENTAL=true kyverno fix test ./test/cli --save --compress
|
||||||
make verify-cli-tests
|
make verify-cli-tests
|
||||||
|
|
||||||
|
required:
|
||||||
|
needs:
|
||||||
|
- standard
|
||||||
|
- ttl
|
||||||
|
- force-failure-policy-ignore
|
||||||
|
- validating-admission-policies-v1alpha1
|
||||||
|
- validating-admission-policies-v1beta1
|
||||||
|
- validating-admission-policy-reports-v1alpha1
|
||||||
|
- validating-admission-policy-reports-v1beta1
|
||||||
|
- custom-sigstore
|
||||||
|
- default
|
||||||
|
- monitor-helm-secret-size
|
||||||
|
- check-tests
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- run: echo "Required jobs success!"
|
Loading…
Add table
Reference in a new issue