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 60d998a commit c1b593f
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 @@ -8,6 +8,6 @@ on:

jobs:
none-shall-pass:
runs-on: thevickypedia-default
runs-on: thevickypedia-lite
steps:
- uses: thevickypedia/none-shall-pass@v5
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 c1b593f

Please sign in to comment.