From ab3cea94f8353e9a08b671a98f1cca49f8a32021 Mon Sep 17 00:00:00 2001 From: Brett Langdon Date: Wed, 29 May 2024 08:36:40 -0400 Subject: [PATCH] Add excluded check --- .github/workflows/all_checks_pass.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/all_checks_pass.yml b/.github/workflows/all_checks_pass.yml index ceb1e41bae1..5a75bbd3462 100644 --- a/.github/workflows/all_checks_pass.yml +++ b/.github/workflows/all_checks_pass.yml @@ -15,4 +15,9 @@ jobs: delay: 5 retries: 20 polling_interval: 3 + # These jobs are: + # - set in branch protection rules + # - not required + # - expected to fail until an action is taken (like a review) + checks_exclude: 'require-checklist'