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