Skip to content

Commit 1f65309

Browse files
authored
Update github-actions-demo.yml
1 parent b7dee7a commit 1f65309

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/github-actions-demo.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
33
on: [push]
44
jobs:
55
Explore-GitHub-Actions:
6-
runs-on: ubuntu-latest
6+
runs-on:
7+
labels: [self-hosted, k3s]
78
steps:
89
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
910
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"

0 commit comments

Comments
 (0)