Skip to content

Commit

Permalink
Update hello.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nortamo committed Feb 2, 2024
1 parent c1a8819 commit d29f99b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/hello.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
on: [push]
jobs:
Explore-GitHub-Actions:
strategy:
matrix:
os: [ubuntu-22.04, ubuntu-20.04]
version: [10, 12, 14,1,2,3,4,5,6,10,15]
runs-on: [self-hosted]
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
Expand Down

0 comments on commit d29f99b

Please sign in to comment.