diff --git a/.forgejo/workflows/ci-smoke.yml b/.forgejo/workflows/ci-smoke.yml new file mode 100644 index 0000000..1afe04d --- /dev/null +++ b/.forgejo/workflows/ci-smoke.yml @@ -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)"