diff --git a/.github/workflows/selfhosted.yaml b/.github/workflows/selfhosted.yaml new file mode 100644 index 0000000000..41d633ba25 --- /dev/null +++ b/.github/workflows/selfhosted.yaml @@ -0,0 +1,18 @@ +name: test-self-hosted-runner + +on: workflow_dispatch + +defaults: + run: + shell: bash + +jobs: + + test-self-hosted-runner: + + runs-on: amzonlinx_tmcg + timeout-minutes: 600 + + steps: + - name: validate-workflow + run: /home/tmcguinness/temp/hello.sh \ No newline at end of file