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 df9ebf8 commit 8f2199dCopy full SHA for 8f2199d
.github/workflows/CI.yml
@@ -1,5 +1,7 @@
1
name: CI
2
on:
3
+ schedule:
4
+ - cron: '0 6 * * *' # Daily at 6 AM UTC (2 AM EST)
5
pull_request:
6
push:
7
branches:
0 commit comments