Skip to content

Commit

Permalink
Add actions
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrilbouvier committed Mar 14, 2024
1 parent 8521f69 commit 2380ed3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/test-actions.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: hello-world
on: push
jobs:
github-hosted:
runs-on: ubuntu-latest
steps:
- name: my-step
run: echo "Hello World from Github!"
self-hosted:
runs-on: self-hosted
steps:
- name: my-step
run: echo "Hello World from self hosted!"

0 comments on commit 2380ed3

Please sign in to comment.