From d15d26153dacaf2f6cbd9a93c5002897ff6e012a Mon Sep 17 00:00:00 2001 From: andrea putzu Date: Tue, 12 Nov 2024 15:23:03 +0100 Subject: [PATCH] fix: gh action --- .github/workflows/call_integration_test.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/call_integration_test.yml b/.github/workflows/call_integration_test.yml index c8e1ef3ce..5c574de5d 100644 --- a/.github/workflows/call_integration_test.yml +++ b/.github/workflows/call_integration_test.yml @@ -24,7 +24,6 @@ stages: stage: stage_postman_test environment: ${{ inputs.environment }}-ci displayName: 'Test_e2e_on_${{ variables.environment }}' - dependsOn: [ stage_deploy ] condition: and(succeeded(),or(eq(variables.environment, 'DEV'), eq(variables.environment, 'UAT'))) jobs: job: 'Run_Postman_collection_on_${{ variables.environment }}'