Skip to content

Commit 539e68b

Browse files
authored
Merge pull request #37 from lvotapka/master
Fixing schedule in CI.yaml
2 parents b5b661c + 395ad33 commit 539e68b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CI.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ on:
1212
branches:
1313
- "master"
1414
- "main"
15-
# schedule:
15+
schedule:
1616
# # Nightly tests run on master by default:
1717
# # Scheduled workflows run on the latest commit on the default or base branch.
1818
# # (from https://help.github.com/en/actions/reference/events-that-trigger-workflows#scheduled-events-schedule)
19-
- cron: "0 0 * * *"
19+
- cron: "0 0 * * 0"
2020

2121
jobs:
2222
test:

0 commit comments

Comments
 (0)