Skip to content

Commit

Permalink
build: upsize queue to medium as it was not sufficient
Browse files Browse the repository at this point in the history
  • Loading branch information
Falinor committed Jun 26, 2024
1 parent c03408f commit 2245d39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/review-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
clever deploy -a $APP_ALIAS
- name: Scale down for the run
run: clever scale --flavor S -a $APP_ALIAS
run: clever scale --flavor M -a $APP_ALIAS

deploy-front:
if: github.event.action == 'opened' || github.event.action == 'reopened'
Expand Down Expand Up @@ -303,7 +303,7 @@ jobs:
run: clever deploy --force -a $APP_ALIAS

- name: Scale down for the run
run: clever scale --flavor S -a $APP_ALIAS
run: clever scale --flavor M -a $APP_ALIAS

delete-queue:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2245d39

Please sign in to comment.