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