Suspend cron runs at 9pm IST everyday

This commit is contained in:
Souvik 2026-04-16 01:02:30 +05:30
parent 947fa18ce3
commit 7d384374c7

View file

@ -2,7 +2,7 @@ name: Label for stale render deploys
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
- cron: '30 15 * * *'
permissions:
issues: write