From d7f615f13a8f324b0905ddaab1cb17a2607f3f43 Mon Sep 17 00:00:00 2001 From: "Piotr P. Karwasz" Date: Wed, 29 Jul 2026 07:38:58 +0200 Subject: [PATCH] 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 36921d86b3..a7f23782b3 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"