mirror of
https://github.com/HackTricks-wiki/hacktricks.git
synced 2025-10-10 18:36:50 +00:00
Change cron schedule to run every hour
This commit is contained in:
parent
fd5346e9a2
commit
154b38729f
@ -2,7 +2,7 @@ name: Auto Merge Approved PRs
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 */2 * * *' # Every 2 hours
|
- cron: '0 */1 * * *' # Every 1 hour
|
||||||
workflow_dispatch: # Allow manual triggering
|
workflow_dispatch: # Allow manual triggering
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user