[QA-1126] Add placeholder workflow for device farm testing (#5292)

This commit is contained in:
Álison Fernandes 2025-06-02 13:39:16 +01:00 committed by GitHub
parent c5f597aedb
commit 00ded69a84
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

16
.github/workflows/test-device.yml vendored Normal file
View File

@ -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"