Removed runner test workflow again
Run tests / Execute tox to run the test suite (push) Successful in 3m31s

This commit is contained in:
2026-05-21 09:27:45 +02:00
parent d733addf64
commit 4b66ea4b5f
-13
View File
@@ -1,13 +0,0 @@
name: Test new gitea runner
on:
workflow_dispatch:
jobs:
test-runner:
name: Test our runner
runs-on: [django-dav-events, kitty]
steps:
- name: "Show environment variables"
run: env
- name: "Show working directory"
run: pwd