Skip to content

Add sample workflow to test ci vm runner #2

Add sample workflow to test ci vm runner

Add sample workflow to test ci vm runner #2

Workflow file for this run

name: "hello world workflow"
on:
workflow_call:
workflow_dispatch:
pull_request:
permissions:
actions: read
contents: read
pages: write
id-token: write
jobs:
hello-world:
runs-on: ["in-service", "n150"]
steps:
- name: Hello World
run: echo "Hello World!"