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]
|
||||
jobs:
|
||||
test:
|
||||
ls:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- run: echo All Goods
|
||||
- uses: actions/checkout@v3
|
||||
- run: |
|
||||
ls ${{ github.workspace }}
|
|
@ -1,12 +1,6 @@
|
|||
platform: linux/amd64
|
||||
|
||||
when:
|
||||
event:
|
||||
- cron
|
||||
- push
|
||||
- manual
|
||||
|
||||
pipeline:
|
||||
on: [push,manual]
|
||||
jobs:
|
||||
renovate-dry:
|
||||
image: ghcr.io/renovatebot/renovate:36.52.2
|
||||
pull: true
|
||||
|
|
Reference in a new issue