Skip to content

.github/workflows/test1.yaml #6

.github/workflows/test1.yaml

.github/workflows/test1.yaml #6

Workflow file for this run

on:
workflow_dispatch:
inputs:
chosen-os:
required: true
type: choice
options:
- Ubuntu
- macOS
- Windows
jobs:
test:
runs-on: [self-hosted, "${{ inputs.chosen-os }}"]
steps:
- run: echo Hello world!
- run: notepad.exe