Testing forgejo.
Some checks failed
/ ls (push) Successful in 13s
/ renovate-dry (push) Failing after 0s
/ renovate (push) Failing after 0s

This commit is contained in:
Joseph Hanson 2023-08-20 17:45:22 -05:00
parent 45eeb4fa27
commit 1d57dd628f
2 changed files with 7 additions and 11 deletions

View file

@ -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 }}

View file

@ -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
@ -37,4 +31,4 @@ pipeline:
when:
- event: cron
cron: renovate
- event: manual
- event: manual