Skip to content

Commit

Permalink
asf.yaml: Fix required check introduced by #352
Browse files Browse the repository at this point in the history
  • Loading branch information
snazy committed Oct 15, 2024
1 parent 0b1f606 commit a8fe751
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,14 @@ github:
required_status_checks:
# strict means "Require branches to be up to date before merging".
strict: true
# contexts are the names of checks that must pass
# Contexts are the names of checks that must pass. This is the value
# of the job's `name` property if it's present.
contexts:
- markdown-link-check
- build
- regtest
- site
- helm-tests
- "Helm tests"

features:
wiki: false
Expand Down

0 comments on commit a8fe751

Please sign in to comment.