Skip to content

Commit

Permalink
update runners (#20)
Browse files Browse the repository at this point in the history
* update runners

* update runners
  • Loading branch information
asavienko authored May 31, 2024
1 parent 37fe344 commit 5d49bdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy-by-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ concurrency:

jobs:
build:
runs-on: [self-hosted, linux, fast]
runs-on: [self-hosted, linux, normal]
environment: develop
outputs:
FRONTEND_PORT: ${{ steps.process-outputs.outputs.FRONTEND_PORT }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy-by-push-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ concurrency:

jobs:
build:
runs-on: [self-hosted, linux, fast]
runs-on: [self-hosted, linux, normal]
environment: ${{ github.ref_name }}
outputs:
FRONTEND_PORT: ${{ vars.FRONTEND_PORT }}
Expand Down

0 comments on commit 5d49bdd

Please sign in to comment.