Skip to content

Commit 0b3b3f6

Browse files
committed
Disable alls-green for now
Signed-off-by: William Woodruff <william@yossarian.net>
1 parent b0b33c3 commit 0b3b3f6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/tests.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ jobs:
4343
disable_search: true
4444
token: ${{ secrets.CODECOV_TOKEN }}
4545

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) }}
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) }}

0 commit comments

Comments
 (0)