remove firmware runner
All checks were successful
detectors-software-RH8 / build (push) Successful in 1s
Build on RHEL9 det / build (push) Successful in 3s
Build on RHEL9 PSI / build (push) Successful in 2s

This commit is contained in:
2025-11-25 11:22:27 +01:00
parent cc1444b8ae
commit 1541675403

View File

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