Minimal-Workflow zum Testen ob der Runner ueberhaupt anspringt
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
9
.gitea/workflows/ping.yml
Normal file
9
.gitea/workflows/ping.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
name: ping
|
||||
on:
|
||||
push:
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
ping:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: echo "runner lebt"
|
||||
Reference in New Issue
Block a user