Skip to content

Commit

Permalink
large runner fix (#613)
Browse files Browse the repository at this point in the history
  • Loading branch information
edeNFed authored Oct 8, 2023
1 parent e656459 commit afe0325
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ permissions:
packages: write
jobs:
release:
runs-on: large-runner
runs-on:
labels: large-runner
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit afe0325

Please sign in to comment.