Only trigger action at the start of every 4th hour, only trigger on pushes to main
renovate / renovate (push) Has been cancelled
Details
renovate / renovate (push) Has been cancelled
Details
This commit is contained in:
parent
4d7928ac54
commit
0e96e1e4e7
|
@ -2,9 +2,11 @@ name: renovate
|
|||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: "* */4 * * *"
|
||||
- cron: "0 */4 * * *"
|
||||
|
||||
jobs:
|
||||
renovate:
|
||||
|
|
Loading…
Reference in New Issue