This commit is contained in:
parent
1218614e68
commit
56b3d8a376
2 changed files with 8 additions and 25 deletions
8
.forgejo/workflows/test.yaml
Normal file
8
.forgejo/workflows/test.yaml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
on: [push]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: self-hosted
|
||||
steps:
|
||||
- run: echo "All good from tuxdock runner on $(hostname)!"
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue