This commit is contained in:
parent
8b6d4e8ea6
commit
51cd4a7dc2
1 changed files with 9 additions and 0 deletions
9
.forgejo/workflows/ci-smoke.yml
Normal file
9
.forgejo/workflows/ci-smoke.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
name: Runner smoke test
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [ci-smoke]
|
||||||
|
jobs:
|
||||||
|
smoke:
|
||||||
|
runs-on: host
|
||||||
|
steps:
|
||||||
|
- run: echo "runner OK on $(hostname) as $(whoami)"
|
||||||
Loading…
Add table
Reference in a new issue