This commit is contained in:
parent
3d50094a20
commit
491486e500
1 changed files with 8 additions and 0 deletions
8
.forgejo/workflows/demo.yml
Normal file
8
.forgejo/workflows/demo.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
on:
|
||||||
|
pull_request:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
ping:
|
||||||
|
runs-on: docker
|
||||||
|
steps:
|
||||||
|
- run: echo "Ping Pong, this is your runner speaking!"
|
||||||
Loading…
Add table
Reference in a new issue