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:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "* */4 * * *"
|
- cron: "0 */4 * * *"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
renovate:
|
renovate:
|
||||||
|
|
Loading…
Reference in New Issue