Skip to content

Commit c1b593f

Browse files
committed
Use lightweight runners for GH actions
1 parent 60d998a commit c1b593f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/markdown-validation.yml renamed to .github/workflows/markdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ on:
88

99
jobs:
1010
none-shall-pass:
11-
runs-on: thevickypedia-default
11+
runs-on: thevickypedia-lite
1212
steps:
1313
- uses: thevickypedia/none-shall-pass@v5

.github/workflows/python-publish.yml

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

88
jobs:
99
pypi-publisher:
10-
runs-on: thevickypedia-default
10+
runs-on: thevickypedia-lite
1111
steps:
1212
- uses: thevickypedia/pypi-publisher@v3
1313
env:

0 commit comments

Comments
 (0)