ci: add ping workflow (debug trigger)
All checks were successful
PING / ping (push) Successful in 22s
All checks were successful
PING / ping (push) Successful in 22s
This commit is contained in:
10
.gitea/workflows/ping.yml
Normal file
10
.gitea/workflows/ping.yml
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
name: PING
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
ping:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- run: echo "PING OK"
|
||||||
Reference in New Issue
Block a user