ci: add minimal push-trigger repro workflow
This commit is contained in:
7
.gitea/workflows/ping.yml
Normal file
7
.gitea/workflows/ping.yml
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
name: ping
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
ping:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- run: echo "ping from simple workflow"
|
||||||
Reference in New Issue
Block a user