Skip to content

Commit

Permalink
ci: Update required status checks.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Aug 23, 2022
1 parent a65faf4 commit 5ab0f1f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,15 @@ branches:
required_status_checks:
strict: true
contexts:
- "Static Analysis (ubuntu-latest, 7.4)"
- "Code Style (ubuntu-latest, 8.1)"
- "Mutation Testing (ubuntu-latest, 8.1)"
- "Static Analysis (ubuntu-latest, 8.1)"
- "Unit Tests (ubuntu-latest, 7.4)"
- "Unit Tests (ubuntu-latest, 8.1)"
- "Unit Tests (macOS-latest, 7.4)"
- "Unit Tests (macOS-latest, 8.1)"
- "Unit Tests (windows-latest, 7.4)"
- "Unit Tests (windows-latest, 8.1)"
- "Mutation Testing (ubuntu-latest, 8.1)"
- "Code Style (ubuntu-latest, 7.4)"
- "Code Style (ubuntu-latest, 8.1)"

restrictions: null
required_linear_history: true
Expand Down

0 comments on commit 5ab0f1f

Please sign in to comment.