Testing forgejo.
This commit is contained in:
parent
45eeb4fa27
commit
1d57dd628f
2 changed files with 7 additions and 11 deletions
|
@ -1,6 +1,8 @@
|
||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
ls:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- run: echo All Goods
|
- uses: actions/checkout@v3
|
||||||
|
- run: |
|
||||||
|
ls ${{ github.workspace }}
|
|
@ -1,12 +1,6 @@
|
||||||
platform: linux/amd64
|
|
||||||
|
|
||||||
when:
|
on: [push,manual]
|
||||||
event:
|
jobs:
|
||||||
- cron
|
|
||||||
- push
|
|
||||||
- manual
|
|
||||||
|
|
||||||
pipeline:
|
|
||||||
renovate-dry:
|
renovate-dry:
|
||||||
image: ghcr.io/renovatebot/renovate:36.52.2
|
image: ghcr.io/renovatebot/renovate:36.52.2
|
||||||
pull: true
|
pull: true
|
||||||
|
|
Reference in a new issue