Skip to content

Commit

Permalink
Bump none-shall-pass GH action to v5
Browse files Browse the repository at this point in the history
Set all GH actions to use self-hosted runners
  • Loading branch information
dormant-user committed May 18, 2024
1 parent 09b53a2 commit 51d753f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/markdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@ name: none-shall-pass
on:
workflow_dispatch:
push:
branches:
- main

jobs:
none-shall-pass:
runs-on: ubuntu-latest
runs-on:
- self-hosted
- Ubuntu
steps:
- uses: actions/checkout@v4
- uses: thevickypedia/none-shall-pass@v4
- 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 @@ -7,9 +7,7 @@ on:

jobs:
deploy:

runs-on: ubuntu-latest

runs-on: self-hosted
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down

0 comments on commit 51d753f

Please sign in to comment.