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