From cc1444b8ae5dc16a4771d0dfb3d5e30959b0d76e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20M=C3=BCller?= Date: Tue, 25 Nov 2025 11:12:34 +0100 Subject: [PATCH] testing new runner --- .gitea/workflows/detectors-software-RH8.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .gitea/workflows/detectors-software-RH8.yml diff --git a/.gitea/workflows/detectors-software-RH8.yml b/.gitea/workflows/detectors-software-RH8.yml new file mode 100644 index 0000000..2879da9 --- /dev/null +++ b/.gitea/workflows/detectors-software-RH8.yml @@ -0,0 +1,19 @@ +name: detectors-software-RH8 + +on: + push: + workflow_dispatch: + +permissions: + contents: read + +jobs: + build: + runs-on: "detectors-software-RH8" + steps: + - uses: actions/checkout@v4 + + + - name: Testing + run: | + echo "Hello Wold" \ No newline at end of file