diff --git a/.github/workflows/ci_suite.yml b/.github/workflows/ci_suite.yml index c357e5f6f23..56a4a8e232b 100644 --- a/.github/workflows/ci_suite.yml +++ b/.github/workflows/ci_suite.yml @@ -75,17 +75,18 @@ jobs: name: Compare Screenshot Tests uses: ./.github/workflows/compare_screenshots.yml - test_windows: - name: Windows Build - needs: collect_data - uses: ./.github/workflows/test_windows.yml - with: - max_required_byond_client: ${{needs.collect_data.outputs.max_required_byond_client}} +# test_windows: +# name: Windows Build +# needs: collect_data +# uses: ./.github/workflows/test_windows.yml +# with: +# max_required_byond_client: ${{needs.collect_data.outputs.max_required_byond_client}} completion_gate: # Serves as a non-moving target for branch rulesets if: always() && !cancelled() name: Completion Gate - needs: [ test_windows, compare_screenshots, compile_all_maps, run_all_tests, run_alternate_tests, run_linters ] +# needs: [ test_windows, compare_screenshots, compile_all_maps, run_all_tests, run_alternate_tests, run_linters ] + needs: [ compare_screenshots, compile_all_maps, run_all_tests, run_alternate_tests, run_linters ] runs-on: ubuntu-latest steps: - name: Decide whether the needed jobs succeeded or failed