Skip to content

Commit 9ee38c4

Browse files
committed
update yaml file to run on custom github runner
1 parent cb3479f commit 9ee38c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: GitHub Actions Demo
22
on: [push]
33
jobs:
44
Explore-GitHub-Actions:
5-
runs-on: ubuntu-latest
5+
runs-on: [self-hosted, linux, X64]
66
steps:
77
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
88
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"

0 commit comments

Comments
 (0)