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.
1 parent 0abe723 commit f6fa866Copy full SHA for f6fa866
.github/workflows/build-and-test.yaml
@@ -3,6 +3,8 @@ name: Build and test
3
on:
4
push:
5
pull_request:
6
+ schedule:
7
+ - cron: "0 12 * * 1"
8
9
jobs:
10
build_and_test:
0 commit comments