mirror of
https://github.com/developersIndia/deviras.git
synced 2024-11-08 13:42:34 +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
|
name: User Flair Usage Stats
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
schedule:
|
||||||
|
# Runs every day at 3:30 PM UTC (9 PM IST)
|
||||||
|
- cron: '30 15 * * *'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
Loading…
Reference in New Issue
Block a user