Skip to content

Commit 5c0621c

Browse files
committed
ci: improve ci config
1 parent 1ff6ddb commit 5c0621c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@ on:
99
paths-ignore:
1010
- "**.md"
1111
schedule:
12-
- cron: "0 0 * * *"
12+
- cron: '0 6 * * 1' # Every monday 6 AM
1313

1414
jobs:
1515
test:
1616
strategy:
17+
fail-fast: false
1718
matrix:
1819
os:
1920
- ubuntu-20.04

0 commit comments

Comments
 (0)