Skip to content

Commit 1b51b92

Browse files
committed
Update GitHub Actions
1 parent 1d34b4b commit 1b51b92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
workflow_dispatch:
66
schedule:
7-
- cron: '0 0 * * *'
7+
- cron: '0 5 * * *'
88

99
jobs:
1010
test:
@@ -40,4 +40,4 @@ jobs:
4040
with:
4141
token: ${{ secrets.CODECOV_TOKEN }}
4242
files: ./coverage.xml
43-
fail_ci_if_error: true
43+
fail_ci_if_error: false

0 commit comments

Comments
 (0)