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 5ec288c commit 988ccb8Copy full SHA for 988ccb8
.github/workflows/cron.yml
@@ -0,0 +1,10 @@
1
+name: Daily Tests
2
+
3
+on:
4
+ schedule:
5
+ - cron: '0 0 * * *' # Runs at 00:00 UTC every day
6
7
+jobs:
8
+ tests:
9
+ uses: ./.github/workflows/tests.yml
10
+ secrets: inherit
0 commit comments