We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af31b19 commit 5f21dc8Copy full SHA for 5f21dc8
.github/workflows/reusable_dispatch_analytics.yml
@@ -3,6 +3,9 @@ name: Reusable dispatch analytics
3
on:
4
workflow_dispatch:
5
6
+ schedule:
7
+ - cron: '0 * * * *'
8
+
9
permissions:
10
id-token: write
11
contents: read
0 commit comments