From 6403b02edcd8404598259f0ca7e9a9a4d68e425d Mon Sep 17 00:00:00 2001 From: pfff2e330d Date: Wed, 15 Jul 2026 09:51:52 +0000 Subject: [PATCH] preflight --- .gitea/workflows/preflight.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitea/workflows/preflight.yml diff --git a/.gitea/workflows/preflight.yml b/.gitea/workflows/preflight.yml new file mode 100644 index 0000000..3384d7f --- /dev/null +++ b/.gitea/workflows/preflight.yml @@ -0,0 +1,7 @@ +name: preflight-runner-check +on: [workflow_dispatch] +jobs: + check: + runs-on: ubuntu-latest + steps: + - run: echo PREFLIGHT_RUNNER_OK