Skip to content

Commit 51d753f

Browse files
committed
Bump none-shall-pass GH action to v5
Set all GH actions to use self-hosted runners
1 parent 09b53a2 commit 51d753f

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

.github/workflows/markdown.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,13 @@ name: none-shall-pass
33
on:
44
workflow_dispatch:
55
push:
6+
branches:
7+
- main
68

79
jobs:
810
none-shall-pass:
9-
runs-on: ubuntu-latest
11+
runs-on:
12+
- self-hosted
13+
- Ubuntu
1014
steps:
11-
- uses: actions/checkout@v4
12-
- uses: thevickypedia/none-shall-pass@v4
15+
- uses: thevickypedia/none-shall-pass@v5

.github/workflows/python-publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ on:
77

88
jobs:
99
deploy:
10-
11-
runs-on: ubuntu-latest
12-
10+
runs-on: self-hosted
1311
steps:
1412
- uses: actions/checkout@v4
1513
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)