mirror of
https://github.com/developersIndia/deviras.git
synced 2024-11-03 17:36:00 +05:30
add 9pm cron
This commit is contained in:
parent
f7a559aeb7
commit
19efcb83ab
3
.github/workflows/flair-usage-stats.yml
vendored
3
.github/workflows/flair-usage-stats.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user