We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bf31fc commit 838b010Copy full SHA for 838b010
.github/workflows/ci.yml
@@ -4,6 +4,9 @@ on:
4
push:
5
branches:
6
- main
7
+ schedule:
8
+ # Runs at 00:00 UTC every Monday to ensure that CI does not bitrot.
9
+ - cron: '0 0 * * 1'
10
pull_request:
11
12
concurrency:
0 commit comments