Skip to content

Commit

Permalink
Need matrix-org#14153 from this point, adjust names cuz pretty.
Browse files Browse the repository at this point in the history
  • Loading branch information
realtyem committed Oct 16, 2022
1 parent 995b069 commit 3aa6c96
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/complement.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Tests
name: Complement Tests

on:
# push:
Expand All @@ -12,6 +12,7 @@ concurrency:

jobs:
calculate-test-jobs:
name: "Calculate Test Jobs"
if: ${{ !cancelled() && !failure() }} # Allow previous steps to be skipped, but not fail
runs-on: ubuntu-latest
steps:
Expand All @@ -24,6 +25,7 @@ jobs:
# sytest_test_matrix: ${{ steps.get-matrix.outputs.sytest_test_matrix }}

complement:
name: Complement
if: "${{ !failure() && !cancelled() }}"
needs: calculate-test-jobs
runs-on: ubuntu-latest
Expand Down Expand Up @@ -65,6 +67,7 @@ jobs:
# a job which marks all the other jobs as complete, thus allowing PRs to be merged.
tests-done:
name: Tests Done
if: ${{ always() }}
needs:
- complement
Expand Down

0 comments on commit 3aa6c96

Please sign in to comment.