Minimal-Workflow zum Testen ob der Runner ueberhaupt anspringt
Some checks failed
Image bauen und in die Registry pushen / build (push) Has been cancelled
ping / ping (push) Has been cancelled

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
2026-09-03 01:49:38 +02:00
parent 4290fa78d3
commit d950265ec7

View File

@@ -0,0 +1,9 @@
name: ping
on:
push:
workflow_dispatch:
jobs:
ping:
runs-on: ubuntu-latest
steps:
- run: echo "runner lebt"