Skip to content

Commit 6c18bc8

Browse files
committed
Bump none-shall-pass GH action to v5
Set all GH actions to use self-hosted runners
1 parent a8e07a1 commit 6c18bc8

2 files changed

Lines changed: 10 additions & 9 deletions

File tree

.github/workflows/markdown-validation.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,17 @@
44
name: none-shall-pass
55

66
on:
7-
push:
87
workflow_dispatch:
8+
push:
9+
branches:
10+
- main
911

1012
jobs:
1113
none-shall-pass:
12-
runs-on: ubuntu-latest
14+
runs-on:
15+
- self-hosted
16+
- Ubuntu
1317
steps:
14-
- uses: actions/checkout@v3
15-
- uses: thevickypedia/none-shall-pass@v3
18+
- uses: thevickypedia/none-shall-pass@v5
1619
with:
1720
excludeHostnames: "whatismyipaddress"

.github/workflows/python-publish.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,11 @@ on:
1010

1111
jobs:
1212
deploy:
13-
14-
runs-on: ubuntu-latest
15-
13+
runs-on: self-hosted
1614
steps:
17-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v4
1816
- name: Set up Python
19-
uses: actions/setup-python@v2
17+
uses: actions/setup-python@v5
2018
with:
2119
python-version: '3.x'
2220
- name: Install dependencies

0 commit comments

Comments
 (0)