testing new runner
This commit is contained in:
19
.gitea/workflows/detectors-software-RH8.yml
Normal file
19
.gitea/workflows/detectors-software-RH8.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user