We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b32c6ec commit 518031eCopy full SHA for 518031e
.github/workflows/cron.yml
@@ -0,0 +1,10 @@
1
+name: Daily Test BE Engines
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