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 c938df3 commit 1b958fdCopy full SHA for 1b958fd
1 file changed
.github/workflows/test.yaml
@@ -3,6 +3,8 @@ name: Run simulate-gate check
3
on:
4
push:
5
workflow_dispatch:
6
+ schedule:
7
+ - cron: '0 8 1 * *'
8
9
jobs:
10
simulate:
0 commit comments