Skip to content

Commit

Permalink
Батчи от 14, 17 и 19 сентября (#5049)
Browse files Browse the repository at this point in the history
Батчи от 14, 17 и 19 сентября
  • Loading branch information
Iajret authored Sep 21, 2024
2 parents 1a2df62 + 7781120 commit 50da654
Show file tree
Hide file tree
Showing 426 changed files with 5,402 additions and 1,298 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -289,9 +289,12 @@ jobs:
max-required-client-version: ${{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_linters ]
runs-on: ubuntu-latest
steps:
- name: Mandatory Empty Step
run: exit 0
- name: Decide whether the needed jobs succeeded or failed
uses: re-actors/alls-green@release/v1
with:
jobs: ${{ toJSON(needs) }}
Loading

0 comments on commit 50da654

Please sign in to comment.