Run actions on host

This commit is contained in:
Edgar P. Burkhart 2025-02-09 18:43:45 +01:00
parent 89d78e08a7
commit 2371091d6d
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
2 changed files with 1 additions and 7 deletions
.forgejo
worflows
workflows

View file

@ -1,6 +0,0 @@
on: [push]
jobs:
test:
runs-on: docker
steps:
- run: echo All Good

View file

@ -1,6 +1,6 @@
on: [push]
jobs:
test:
runs-on: docker
runs-on: host
steps:
- run: echo All Good