Skip to content

Commit

Permalink
Use lightweight runners for GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dormant-user committed Jun 23, 2024
1 parent 281a480 commit b9cc8a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
none-shall-pass:
runs-on: thevickypedia-default
runs-on: thevickypedia-lite
steps:
- uses: thevickypedia/none-shall-pass@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
pypi-publisher:
runs-on: thevickypedia-default
runs-on: thevickypedia-lite
steps:
- uses: thevickypedia/pypi-publisher@v3
env:
Expand Down

0 comments on commit b9cc8a1

Please sign in to comment.