Skip to content

Commit

Permalink
runs on self-hosted
Browse files Browse the repository at this point in the history
  • Loading branch information
dtenenba committed Dec 16, 2024
1 parent cec2524 commit a5146fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hello.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
hello_world_job:
runs-on: ubuntu-latest # Specifies the runner to use
runs-on: self-hosted # Specifies the runner to use

steps:
- name: Checkout code
Expand Down

0 comments on commit a5146fb

Please sign in to comment.