Files
ci-example/.gitea/workflows/detectors-software-RH8.yml
Martin Müller cc1444b8ae
Some checks failed
Build on our own server / build (push) Has been cancelled
Build on RHEL9 PSI / build (push) Successful in 2s
Build on RHEL9 det / build (push) Successful in 3s
detectors-software-RH8 / build (push) Successful in 1s
testing new runner
2025-11-25 11:12:34 +01:00

19 lines
261 B
YAML

name: detectors-software-RH8
on:
push:
workflow_dispatch:
permissions:
contents: read
jobs:
build:
runs-on: "detectors-software-RH8"
steps:
- uses: actions/checkout@v4
- name: Testing
run: |
echo "Hello Wold"