.gitea/workflows/test.yml aktualisiert
All checks were successful
CI / test (push) Successful in 0s

This commit is contained in:
2025-12-20 17:15:03 +01:00
parent b05df110ab
commit abc7bd1856

View File

@@ -4,6 +4,6 @@ on: [push]
jobs: jobs:
test: test:
runs-on: ubuntu-latest runs-on: gitea-runner
steps: steps:
- run: echo "Hallo von Gitea Runner" - run: echo "Hallo von Gitea Runner"