Skip to content

Commit

Permalink
Set all GH actions to use self-hosted runners
Browse files Browse the repository at this point in the history
  • Loading branch information
dormant-user committed Apr 9, 2024
1 parent 09b53a2 commit f0f7848
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/markdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
none-shall-pass:
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
- uses: thevickypedia/none-shall-pass@v4
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
deploy:

runs-on: ubuntu-latest
runs-on: self-hosted

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit f0f7848

Please sign in to comment.