This commit is contained in:
parent
8116ee1d13
commit
f8742a9f1f
1 changed files with 6 additions and 0 deletions
6
.forgejo/workflows/update.yaml
Normal file
6
.forgejo/workflows/update.yaml
Normal file
|
@ -0,0 +1,6 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: self-hosted
|
||||
steps:
|
||||
- run: echo "TEST"
|
Loading…
Reference in a new issue