From 8741201fbb6d9f58a3af59918377c1194a5c6c78 Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Sat, 7 Sep 2024 11:23:47 -0400 Subject: [PATCH] Fix "Compile All Maps" and "Run Linters" not being required status checks (#86532) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🫠 --- .github/workflows/ci_suite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_suite.yml b/.github/workflows/ci_suite.yml index 0d0e015fb2538..fcf44d00558ec 100644 --- a/.github/workflows/ci_suite.yml +++ b/.github/workflows/ci_suite.yml @@ -286,7 +286,7 @@ jobs: completion_gate: # Serves as a non-moving target for branch rulesets name: Completion Gate - needs: [ test_windows, compare_screenshots ] + needs: [ test_windows, compare_screenshots, compile_all_maps, run_linters ] runs-on: ubuntu-latest steps: - name: Mandatory Empty Step