Skip to content

Commit

Permalink
fix(config): update required_status_checks for Falco
Browse files Browse the repository at this point in the history
See falcosecurity/falco#1997

Signed-off-by: Leonardo Grasso <[email protected]>
  • Loading branch information
leogr authored and poiana committed Jun 9, 2022
1 parent 1329cdd commit cfda0b5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,10 @@ branch-protection:
required_approving_review_count: 2
required_status_checks:
contexts:
- "ci/circleci: integration"
- "ci/circleci: centos7"
- "ci/circleci: musl"
- "ci/circleci: tests-driver-loader-integration"
- "ci/circleci: tests-integration"
# note: we don't need build jobs, since tests depends on them
# todo(leogr,FedeDP): ARM64 tests
branches:
master:
protect: true
Expand Down

0 comments on commit cfda0b5

Please sign in to comment.