Skip to content
2 changes: 1 addition & 1 deletion .github/workflows/base_build_push_ecr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ on:
jobs:
setup:
name: push-to-ecr
runs-on: ubuntu-latest
runs-on: [self-hosted, linux-local]
environment: ${{ inputs.WF_ENV_TYPE_DEPLOY }}
outputs:
servicename: ${{ steps.service-name.outputs.servicename }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/base_node_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
name: preparing
env:
FONT_AWESOME_TOKEN: ${{ secrets.WF_FONT_AWESOME_TOKEN }}
runs-on: ubuntu-latest
runs-on: [self-hosted, linux-local]
continue-on-error: false
outputs:
output1: ${{ steps.serviceName.outputs.servicename }}
Expand Down