Skip to content

Commit 5f21dc8

Browse files
committed
chore: schedule the workflow every hour
1 parent af31b19 commit 5f21dc8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/reusable_dispatch_analytics.yml

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: Reusable dispatch analytics
33
on:
44
workflow_dispatch:
55

6+
schedule:
7+
- cron: '0 * * * *'
8+
69
permissions:
710
id-token: write
811
contents: read

0 commit comments

Comments
 (0)