parent
709dfd8706
commit
e706264fe4
|
@ -1,4 +1,5 @@
|
|||
on: [push]
|
||||
# because we're testing the renovate part a lot, disabling this job
|
||||
# on: [push]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: docker
|
||||
|
|
|
@ -7,6 +7,9 @@ on:
|
|||
default: 100
|
||||
schedule:
|
||||
- cron: "3 3 * * *"
|
||||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
|
||||
jobs:
|
||||
renovate:
|
||||
|
|
Loading…
Reference in New Issue