Skip to content

Commit c75cc79

Browse files
committed
fix: temporarily disable lh handler health-check
1 parent 488afc8 commit c75cc79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-test-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
SERVICES="${SERVICES},${ENVIRONMENT}-${STAGE}-relayer-web3signer"
6565
SERVICES="${SERVICES},${ENVIRONMENT}-${STAGE}-watchtower"
6666
SERVICES="${SERVICES},${ENVIRONMENT}-${STAGE}-watchtower-web3signer"
67-
SERVICES="${SERVICES},${ENVIRONMENT}-${STAGE}-lighthouse-handler"
67+
# SERVICES="${SERVICES},${ENVIRONMENT}-${STAGE}-lighthouse-handler" # temporarily disabled — using lambda pollers
6868
SERVICES="${SERVICES},${ENVIRONMENT}-${STAGE}-lighthouse-web3signer"
6969
SERVICES="${SERVICES},${ENVIRONMENT}-${STAGE}-monitor"
7070
echo "ECS_SERVICES=${SERVICES}" >> $GITHUB_OUTPUT
@@ -1007,7 +1007,7 @@ jobs:
10071007
10081008
terraform-services-core-mainnet-staging:
10091009
if: github.ref == 'refs/heads/mainnet-staging'
1010-
needs: [set-aws-region, e2e-tests, build-and-push-lighthouse-handler-image]
1010+
needs: [set-aws-region, e2e-tests] # build-and-push-lighthouse-handler-image removed — handler temporarily disabled
10111011
env:
10121012
AWS_PROFILE: aws-deployer-connext
10131013
TF_VAR_full_image_name_relayer: chimera-${{ github.sha }}

0 commit comments

Comments
 (0)