diff --git a/.github/workflows/code_review.yml b/.github/workflows/code_review.yml index 0b13aa1..20ceb77 100644 --- a/.github/workflows/code_review.yml +++ b/.github/workflows/code_review.yml @@ -74,7 +74,7 @@ jobs: cd ./integration-test chmod +x ./run_integration_test.sh - ./run_integration_test.sh ${{( github.event.inputs == null && 'dev') || inputs.environment }} + ./run_integration_test.sh local delete_github_deployments: runs-on: ubuntu-latest