Skip to content

Commit

Permalink
remove this check (#1154)
Browse files Browse the repository at this point in the history
  • Loading branch information
wd60622 authored Nov 3, 2024
1 parent 7a84c64 commit 9b318f0
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,3 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }} # use token for more robust uploads
name: "test_slow"
fail_ci_if_error: false

all:
if: ${{ always() }}
runs-on: ubuntu-latest
name: All checks
needs: [ test, test_slow ]
steps:
- name: Confirm checks passed
if: ${{ (needs.test.result != 'success' || needs.test_slow.result != 'success') }}
run: exit 1

0 comments on commit 9b318f0

Please sign in to comment.