We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0506ba7 commit 0801af5Copy full SHA for 0801af5
1 file changed
.github/workflows/continuous-integration.yml
@@ -15,6 +15,9 @@ on:
15
- '**.md'
16
- '**.rst'
17
- 'docs/**'
18
+ workflow_dispatch:
19
+ schedule:
20
+ - cron: "0 8 * * 1"
21
22
jobs:
23
build-linux:
0 commit comments