Temporarily disable windows build CI

This commit is contained in:
Roxy
2025-05-16 18:12:06 -04:00
committed by GitHub
parent 57517b11da
commit e3e5ba763d
+8 -7
View File
@@ -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