ci: remove temporary test workflows
This commit is contained in:
parent
cb6dd0555a
commit
b9dddc00e7
11
.github/workflows/test-runner.yml
vendored
11
.github/workflows/test-runner.yml
vendored
@ -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
|
|
||||||
11
.github/workflows/test-ubuntu.yml
vendored
11
.github/workflows/test-ubuntu.yml
vendored
@ -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"
|
|
||||||
Loading…
x
Reference in New Issue
Block a user