Skip to content

Commit

Permalink
Add job names as required status checks
Browse files Browse the repository at this point in the history
  • Loading branch information
big-r81 authored May 23, 2024
1 parent efa6499 commit 7fd7a95
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,11 @@ github:
- database
- javascript
protected_branches:
main

main:
required_status_checks:
strict: true
# contexts are the names of checks that must pass.
contexts:
- run-unit-tests
- run-e2e-tests

0 comments on commit 7fd7a95

Please sign in to comment.