Skip to content

Commit 9934bb7

Browse files
committed
Bump none-shall-pass GH action to v5
Set all GH actions to use self-hosted runners
1 parent 1e44861 commit 9934bb7

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed
+7-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
name: none-shall-pass
22

33
on:
4-
push:
54
workflow_dispatch:
5+
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@v3
12-
- uses: thevickypedia/[email protected]
15+
- uses: thevickypedia/none-shall-pass@v5

.github/workflows/python-publish.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,10 @@ on:
1010

1111
jobs:
1212
deploy:
13-
14-
runs-on: ubuntu-latest
15-
13+
runs-on:
14+
- self-hosted
1615
steps:
17-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v4
1817
- name: Set up Python
1918
uses: actions/setup-python@v2
2019
with:

0 commit comments

Comments
 (0)