Skip to content

Commit

Permalink
Update GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sunaoka committed Dec 1, 2021
1 parent 1d34b4b commit 1b51b92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
- cron: '0 5 * * *'

jobs:
test:
Expand Down Expand Up @@ -40,4 +40,4 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage.xml
fail_ci_if_error: true
fail_ci_if_error: false

0 comments on commit 1b51b92

Please sign in to comment.