Update .forgejo/workflows/demo.yaml
This commit is contained in:
parent
980b1ac329
commit
9b3af9141c
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: docker
|
runs-on: host
|
||||||
steps:
|
steps:
|
||||||
- run: echo All Good
|
- run: echo All Good
|
||||||
|
|
Loading…
Reference in a new issue