We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ba11ea commit 5720af4Copy full SHA for 5720af4
1 file changed
.github/workflows/03-core-features--03-workflows-jobs-steps.yaml
@@ -1,5 +1,8 @@
1
name: Workflows, Jobs, and Steps
2
3
+scheudule:
4
+ - cron: "22 10 * * *" #utc time
5
+
6
on:
7
workflow_dispatch:
8
jobs:
0 commit comments