From 131857a9b3c7e375215294c2297d402d192209b2 Mon Sep 17 00:00:00 2001 From: bunkerity Date: Thu, 2 Mar 2023 11:57:40 +0100 Subject: [PATCH] ci/cd - fix wrong indent in staging/delete-infra-* --- .github/workflows/staging.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/staging.yml b/.github/workflows/staging.yml index f0a60be1e..7bc26bdd9 100644 --- a/.github/workflows/staging.yml +++ b/.github/workflows/staging.yml @@ -214,35 +214,35 @@ jobs: ROOT_DOMAIN: ${{ secrets.ROOT_DOMAIN }} # Delete infrastructures - delete-infra-docker: + delete-infra-docker: needs: [tests-docker] uses: bunkerity/bunkerweb/.github/workflows/staging-delete-infra.yml@staging with: TYPE: docker secrets: CICD_SECRETS: ${{ secrets.CICD_SECRETS }} - delete-infra-autoconf: + delete-infra-autoconf: needs: [tests-autoconf] uses: bunkerity/bunkerweb/.github/workflows/staging-delete-infra.yml@staging with: TYPE: autoconf secrets: CICD_SECRETS: ${{ secrets.CICD_SECRETS }} - delete-infra-swarm: + delete-infra-swarm: needs: [tests-swarm] uses: bunkerity/bunkerweb/.github/workflows/staging-delete-infra.yml@staging with: TYPE: swarm secrets: CICD_SECRETS: ${{ secrets.CICD_SECRETS }} - delete-infra-k8s: + delete-infra-k8s: needs: [tests-k8s] uses: bunkerity/bunkerweb/.github/workflows/staging-delete-infra.yml@staging with: TYPE: k8s secrets: CICD_SECRETS: ${{ secrets.CICD_SECRETS }} - delete-infra-linux: + delete-infra-linux: needs: [tests-linux] uses: bunkerity/bunkerweb/.github/workflows/staging-delete-infra.yml@staging with: