Skip to content

Commit

Permalink
Move GH actions to 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 4412d2a commit fddd742
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/markdown-validation.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@v3
- uses: thevickypedia/none-shall-pass@v2.0
4 changes: 1 addition & 3 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ on:

jobs:
deploy:

runs-on: ubuntu-latest

runs-on: self-hosted
steps:
- uses: actions/checkout@v2
- name: Set up Python
Expand Down

0 comments on commit fddd742

Please sign in to comment.