diff --git a/.github/workflows/test-device.yml b/.github/workflows/test-device.yml new file mode 100644 index 0000000000..f81f00ff40 --- /dev/null +++ b/.github/workflows/test-device.yml @@ -0,0 +1,16 @@ +name: Test Device + +on: + workflow_dispatch: + +permissions: + contents: read + +jobs: + test: + name: Test Device + runs-on: ubuntu-24.04 + + steps: + - name: Placeholder step + run: echo "Placeholder workflow step"