diff --git a/.gitea/workflows/detectors-firmware.yml b/.gitea/workflows/detectors-firmware.yml deleted file mode 100644 index e284123..0000000 --- a/.gitea/workflows/detectors-firmware.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: Build on our own server - -on: - push: - workflow_dispatch: - -permissions: - contents: read - -jobs: - build: - runs-on: "detectors-firmware" - steps: - - uses: actions/checkout@v4 - - - - name: Build library - run: | - echo "Hello World" - hostname