diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3dc60cb7b96..f69c729ef4a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,18 +9,6 @@ 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