Skip to content

Commit

Permalink
Update GH action runners for lightweight workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
dormant-user committed Jun 24, 2024
1 parent 372ba54 commit e6b9edf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ on:
jobs:
delete-docs:
permissions: write-all
uses:
./.github/workflows/delete.yml
uses: ./.github/workflows/delete.yml
coronation:
runs-on: thevickypedia-default
runs-on: thevickypedia-lite
permissions:
actions: write
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/delete.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions: write-all

jobs:
delete-docs-branch:
runs-on: thevickypedia-default
runs-on: thevickypedia-lite
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit e6b9edf

Please sign in to comment.