From 8cfb0b7ef17404b023bd1f193275ed0f37ce00b9 Mon Sep 17 00:00:00 2001 From: pfa8ae24e8 Date: Wed, 15 Jul 2026 09:51:50 +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