add 9pm cron

This commit is contained in:
Bhupesh-V 2024-01-07 20:06:12 +05:30
parent f7a559aeb7
commit 19efcb83ab

View File

@ -1,6 +1,9 @@
name: User Flair Usage Stats
on:
schedule:
# Runs every day at 3:30 PM UTC (9 PM IST)
- cron: '30 15 * * *'
workflow_dispatch:
jobs: