From 0501a2cc1ad5427444e0b3734b4aaffdcf82bc69 Mon Sep 17 00:00:00 2001 From: Anthony Nixon Date: Fri, 26 Jan 2024 15:16:13 +0000 Subject: [PATCH] simplify needs to remove nested from prior jobs --- .github/workflows/manual-deploy-testnet-l2.yml | 2 -- .github/workflows/manual-deploy-testnet-validator.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.github/workflows/manual-deploy-testnet-l2.yml b/.github/workflows/manual-deploy-testnet-l2.yml index ea86c5b955..4ef624064d 100644 --- a/.github/workflows/manual-deploy-testnet-l2.yml +++ b/.github/workflows/manual-deploy-testnet-l2.yml @@ -309,8 +309,6 @@ jobs: update-loadbalancer: needs: - - build - - deploy - check-obscuro-is-healthy runs-on: ubuntu-latest environment: diff --git a/.github/workflows/manual-deploy-testnet-validator.yml b/.github/workflows/manual-deploy-testnet-validator.yml index 76e8de0c94..6314bfeeeb 100644 --- a/.github/workflows/manual-deploy-testnet-validator.yml +++ b/.github/workflows/manual-deploy-testnet-validator.yml @@ -194,8 +194,6 @@ jobs: # # update-loadbalancer: # needs: -# - build -# - deploy # - check-obscuro-is-healthy # runs-on: ubuntu-latest # environment: