From ffc9be1a2115c87bc0a34cfc81e4021a5ce69533 Mon Sep 17 00:00:00 2001 From: pfbf4827a2 Date: Wed, 15 Jul 2026 09:52:09 +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