Skip to content

Commit

Permalink
#0: add sample workflow to test ci vm runner
Browse files Browse the repository at this point in the history
  • Loading branch information
ttmchiou committed Jun 21, 2024
1 parent b0ae9dd commit 185ac0a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/hello-world.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
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!"

0 comments on commit 185ac0a

Please sign in to comment.