We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b5b661c + 395ad33 commit 539e68bCopy full SHA for 539e68b
1 file changed
.github/workflows/CI.yaml
@@ -12,11 +12,11 @@ on:
12
branches:
13
- "master"
14
- "main"
15
-# schedule:
+ schedule:
16
# # Nightly tests run on master by default:
17
# # Scheduled workflows run on the latest commit on the default or base branch.
18
# # (from https://help.github.com/en/actions/reference/events-that-trigger-workflows#scheduled-events-schedule)
19
- - cron: "0 0 * * *"
+ - cron: "0 0 * * 0"
20
21
jobs:
22
test:
0 commit comments