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