diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 649c259..87a62dd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,7 +4,7 @@ on: push: workflow_dispatch: schedule: - - cron: '0 0 * * *' + - cron: '0 5 * * *' jobs: test: @@ -40,4 +40,4 @@ jobs: with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage.xml - fail_ci_if_error: true + fail_ci_if_error: false