diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 17ea75a26..e94573a23 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -116,7 +116,7 @@ jobs: # https://github.com/marketplace/actions/alls-green#why used for branch protection checks check: if: always() - needs: [lint, docs, test, test-integration, coverage] + needs: [lint, docs, test, coverage] runs-on: ubuntu-latest steps: - name: Decide whether the needed jobs succeeded or failed