remove firmware runner
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user