ci: add ping workflow (debug trigger)
All checks were successful
PING / ping (push) Successful in 22s

This commit is contained in:
2026-01-23 17:27:42 +01:00
parent 00e6e260dc
commit 11fa4eb73f

10
.gitea/workflows/ping.yml Normal file
View File

@@ -0,0 +1,10 @@
name: PING
on:
push:
jobs:
ping:
runs-on: ubuntu-latest
steps:
- run: echo "PING OK"