Skip to content

Commit

Permalink
Bump none-shall-pass GH action to v5
Browse files Browse the repository at this point in the history
Change all GH actions to use self-hosted runners
  • Loading branch information
dormant-user committed May 18, 2024
1 parent 4412d2a commit 58edd6f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/markdown-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@ name: none-shall-pass

on:
push:
branches: [ main ]
branches:
- main

jobs:
none-shall-pass:
runs-on: ubuntu-latest
runs-on:
- self-hosted
- Ubuntu
steps:
- uses: actions/checkout@v3
- uses: thevickypedia/none-shall-pass@v2.0
- uses: thevickypedia/none-shall-pass@v5
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 58edd6f

Please sign in to comment.