ci: remove temporary test workflows

This commit is contained in:
chahinebrini 2026-06-18 05:17:33 +02:00
parent cb6dd0555a
commit b9dddc00e7
2 changed files with 0 additions and 22 deletions

View File

@ -1,11 +0,0 @@
name: Test Runner
on:
workflow_dispatch:
jobs:
test:
runs-on: [self-hosted, raynis-builder]
steps:
- name: Hello
run: echo "Runner works" && whoami && uname -a

View File

@ -1,11 +0,0 @@
name: Test Ubuntu Runner
on:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Hello
run: echo "GitHub Actions works"