We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0b33c3 commit 0b3b3f6Copy full SHA for 0b3b3f6
.github/workflows/tests.yml
@@ -43,10 +43,10 @@ jobs:
43
disable_search: true
44
token: ${{ secrets.CODECOV_TOKEN }}
45
46
- check:
47
- needs: tests
48
- runs-on: ubuntu-latest
49
- steps:
50
- - uses: re-actors/alls-green@05ac9388f0aebcb5727afa17fcccfecd6f8ec5fe # v1.2.2
51
- with:
52
- jobs: ${{ toJSON(needs) }}
+ # check:
+ # needs: tests
+ # runs-on: ubuntu-latest
+ # steps:
+ # - uses: re-actors/alls-green@05ac9388f0aebcb5727afa17fcccfecd6f8ec5fe # v1.2.2
+ # with:
+ # jobs: ${{ toJSON(needs) }}
0 commit comments