Add gitea runner test. See if picked up!
All checks were successful
/ test (push) Successful in 3m38s
All checks were successful
/ test (push) Successful in 3m38s
This commit is contained in:
parent
11345cfe87
commit
2abacb0193
10
.gitea/workflows/test.yaml
Normal file
10
.gitea/workflows/test.yaml
Normal file
@ -0,0 +1,10 @@
|
||||
on:
|
||||
push:
|
||||
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Test runner connection
|
||||
run: echo "Runner is connected and ready to execute workflows!!"
|
||||
Loading…
x
Reference in New Issue
Block a user