Skip to content

Commit

Permalink
Try large GH runners
Browse files Browse the repository at this point in the history
  • Loading branch information
omar-selo committed Nov 1, 2023
1 parent 3808d6e commit 91d478d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:

jobs:
build-and-push-image:
runs-on: [self-hosted, linux]
runs-on: [self-hosted, linux, large]
permissions:
contents: read
packages: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:

jobs:
build-and-push-frontend-image:
runs-on: [self-hosted, linux]
runs-on: [self-hosted, linux, large]
permissions:
contents: read
packages: write
Expand Down

0 comments on commit 91d478d

Please sign in to comment.