From c2a24f1e573e33422c51579e1ac12baf4ddef024 Mon Sep 17 00:00:00 2001 From: swetha <84991958+anayaswetha@users.noreply.github.com> Date: Mon, 31 Jan 2022 11:36:19 +0530 Subject: [PATCH] Update action.yml --- .github/workflows/action.yml | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 0166e9eb3f..69085c54e4 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -227,21 +227,7 @@ jobs: #notification-color: dc3545 ######## Deployment - Dev Environment ######## - Deploy-Dev: - environment: 'Development' - runs-on: ubuntu-latest - needs: Code-Quality-Check - steps: - - name: Deploy dev - run: echo ${{ job.status }} - - Functional-Test-Regression: - runs-on: ubuntu-latest - needs: Deploy-Dev - steps: - - name: Regression - run: echo ${{ job.status }} - + Functional-Test-Progression: runs-on: ubuntu-latest needs: Deploy-Dev