Files
govoplan/.gitea/workflows/runner_test.yml
T
zemion 857dbe55f7
Dependency Audit / dependency-audit (push) Failing after 6s
Deployment Installer / deployment-installer (push) Failing after 4s
Security Audit / security-audit (push) Failing after 5s
Add .gitea/workflows/runner_test.yml
2026-07-31 02:15:18 +02:00

10 lines
129 B
YAML

name: Runner test
on:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- run: echo "Runner works"