Files
ci-example/.gitea/workflows/detectors-firmware.yml
Martin Mueller cb57ec5001
Some checks failed
Build on RHEL9 PSI / build (push) Failing after 2s
Build on RHEL9 det / build (push) Successful in 3s
Build on our own server / build (push) Successful in 5s
test build on our own runner
2025-06-12 17:36:53 +02:00

21 lines
288 B
YAML

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