Skip to content

Commit

Permalink
Fix "Compile All Maps" and "Run Linters" not being required status ch…
Browse files Browse the repository at this point in the history
…ecks (tgstation#86532)

🫠
  • Loading branch information
Cyberboss authored Sep 7, 2024
1 parent eed05a8 commit 8741201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8741201

Please sign in to comment.