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:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
|
|
@ -7,6 +7,9 @@ on:
|
||||||
default: 100
|
default: 100
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "3 3 * * *"
|
- cron: "3 3 * * *"
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- 'main'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
renovate:
|
renovate:
|
||||||
|
|
Loading…
Reference in New Issue