We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7dee7a commit 1f65309Copy full SHA for 1f65309
1 file changed
.github/workflows/github-actions-demo.yml
@@ -3,7 +3,8 @@ run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
3
on: [push]
4
jobs:
5
Explore-GitHub-Actions:
6
- runs-on: ubuntu-latest
+ runs-on:
7
+ labels: [self-hosted, k3s]
8
steps:
9
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
10
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"
0 commit comments