Delete .gitea/workflows/runner_test.yml
Dependency Audit / dependency-audit (push) Failing after 6s
Deployment Installer / deployment-installer (push) Failing after 4s
Security Audit / security-audit (push) Failing after 4s

This commit is contained in:
2026-07-31 02:24:30 +02:00
parent 857dbe55f7
commit 3864ce28b1
-10
View File
@@ -1,10 +0,0 @@
name: Runner test
on:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- run: echo "Runner works"