diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1e526de48..74f0f10d2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,6 +9,18 @@ on: jobs: + ci-success: + name: 🏁 + runs-on: ubuntu-latest + needs: + - test + - build + - build-chain-no-features + - clippy + - fmt + steps: + - run: exit 0 + test: name: Test (+${{ matrix.rust }}) on ${{ matrix.os }} # The large timeout is to accommodate Windows builds