From 0384fa041d8e138b4d01c1c822cf81e29e0c8b25 Mon Sep 17 00:00:00 2001 From: armborst_f Date: Tue, 30 Jun 2026 14:17:56 +0200 Subject: [PATCH] test runner --- .gitea/workflows/ci.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitea/workflows/ci.yaml diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml new file mode 100644 index 0000000..6c397d8 --- /dev/null +++ b/.gitea/workflows/ci.yaml @@ -0,0 +1,13 @@ +name: Build and Deploy HLAs + +on: + push: + branches: + - main + workflow_dispatch: + +jobs: + build-and-deploy: + runs-on: hla-dev + run: + echo HALLO \ No newline at end of file