From 72c8da57b7f2295b7a5d7c6a62e2ff13d482658e Mon Sep 17 00:00:00 2001 From: Andrea V <1577639+karimodm@users.noreply.github.com> Date: Tue, 17 Oct 2023 13:55:43 +0200 Subject: [PATCH] Remove one-time Action show --- .github/workflows/feature-network-deploy.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/feature-network-deploy.yml b/.github/workflows/feature-network-deploy.yml index 5ef951574..c4c71e425 100644 --- a/.github/workflows/feature-network-deploy.yml +++ b/.github/workflows/feature-network-deploy.yml @@ -1,6 +1,5 @@ name: Feature network deploy on: - pull_request: push: branches: - develop @@ -75,5 +74,4 @@ jobs: NETWORK_ENVIRONMENT: '${{ secrets.NETWORK_ENVIRONMENT }}' IOTA_CORE_DOCKER_IMAGE_REPO: 'iotaledger/iota-core' IOTA_CORE_DOCKER_IMAGE_TAG: 'feature' - run: | - ./deploy/ansible/run.sh feature.yml + run: ./deploy/ansible/run.sh feature.yml