chore: disable up-to-date in PR (#2150)

This commit is contained in:
Jermy Li 2023-03-08 22:53:52 +08:00 committed by GitHub
parent d968deb124
commit a0f34d5973
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ github:
master:
required_status_checks:
# strict means "Require branches to be up-to-date before merging".
strict: true
strict: false
# contexts are the names of checks that must pass (now only enable the basic check)
contexts:
- Analyze (java)