This is an automated email from the ASF dual-hosted git repository. ppkarwasz pushed a commit to branch fix/build-ubuntu-not-required in repository https://gitbox.apache.org/repos/asf/logging-flume.git
commit d7f615f13a8f324b0905ddaab1cb17a2607f3f43 Author: Piotr P. Karwasz <[email protected]> AuthorDate: Wed Jul 29 07:38:58 2026 +0200 Temporarily remove required check Removes the `build (ubuntu-latest)` required check temporarily. #470 replaces the single build with a matrix, therefore we need to: 1. Remove `build (ubuntu-latest)` from the required checks, 2. Merge #470, 3. Add `build / build (ubuntu-latest)` to the required checks. --- .asf.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index 36921d86..a7f23782 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -71,9 +71,9 @@ github: required_conversation_resolution: true # Require checks to pass before merging required_status_checks: - # The GitHub Actions app - - app_slug: github-actions - name: "build (ubuntu-latest)" + ## The GitHub Actions app + #- app_slug: github-actions + # name: "build (ubuntu-latest)" # The GitHub Advanced Security app - app_slug: github-advanced-security name: "CodeQL"
