Skip to content

Commit

Permalink
Merge pull request #14 from FalloutFalcon/ci-improvments
Browse files Browse the repository at this point in the history
completion gate
  • Loading branch information
FalloutFalcon authored Oct 8, 2024
2 parents e8f6dc3 + fb50129 commit fbb8aee
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,3 +184,14 @@ jobs:
with:
name: deploy
path: deploy

completion_gate: # Serves as a non-moving target for branch rulesets
if: always() && !cancelled()
name: Completion Gate
needs: [ test_windows, compile_all_maps, run_linters, run_all_tests ]
runs-on: ubuntu-latest
steps:
- name: Decide whether the needed jobs succeeded or failed
uses: re-actors/alls-green@release/v1
with:
jobs: ${{ toJSON(needs) }}

0 comments on commit fbb8aee

Please sign in to comment.