Skip to content

Rename test-runner-available to test-runner-available.yaml #1

Rename test-runner-available to test-runner-available.yaml

Rename test-runner-available to test-runner-available.yaml #1

name: 'Check if runner present'
on: workflow_dispatch
jobs:
The jobs key groups together all the jobs that run in the workflow file.

Check failure on line 5 in .github/workflows/test-runner-available.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/test-runner-available.yaml

Invalid workflow file

You have an error in your yaml syntax on line 5
run-echo:
runs-on: "stakater-nonprod"
steps:
- name: Install
run: echo "Hello from Runner"