mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-12-22 12:54:53 -05:00
chore(ci): docker-runner-one is not a known label
It was temporarily created when trying to have multiple runners on multiple machines but this did not yield good results.
This commit is contained in:
parent
0fad31a5c6
commit
ffd5a48b1f
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ jobs:
|
|||
renovate:
|
||||
if: vars.ROLE == 'forgejo-coding' && secrets.RENOVATE_TOKEN != ''
|
||||
|
||||
runs-on: docker-runner-one
|
||||
runs-on: docker
|
||||
container:
|
||||
image: code.forgejo.org/forgejo-contrib/renovate:39.42.4
|
||||
|
||||
|
|
Loading…
Reference in a new issue