Only trigger action at the start of every 4th hour, only trigger on pushes to main
renovate / renovate (push) Has been cancelled Details

This commit is contained in:
SeanOMik 2024-06-13 21:10:40 -04:00
parent 4d7928ac54
commit 0e96e1e4e7
Signed by: SeanOMik
GPG Key ID: FEC9E2FC15235964
1 changed files with 3 additions and 1 deletions

View File

@ -2,9 +2,11 @@ name: renovate
on:
push:
branches:
- main
workflow_dispatch:
schedule:
- cron: "* */4 * * *"
- cron: "0 */4 * * *"
jobs:
renovate: