mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-21 13:37:28 +00:00
Suspend cron runs at 9pm IST everyday
This commit is contained in:
parent
947fa18ce3
commit
7d384374c7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/render-suspend-labeler.yml
vendored
2
.github/workflows/render-suspend-labeler.yml
vendored
|
|
@ -2,7 +2,7 @@ name: Label for stale render deploys
|
|||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
- cron: '30 15 * * *'
|
||||
|
||||
permissions:
|
||||
issues: write
|
||||
|
|
|
|||
Loading…
Reference in a new issue