Skip to content

Commit

Permalink
remove env name
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed May 6, 2023
1 parent 9a059c9 commit 930a136
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,10 @@ jobs:

- name: Run tests
run: npm run test:ci

deployToSing:
name: Deploy
runs-on: ubuntu-latest
environment:
name: ECR_PUSH

needs: test

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ jobs:
deployToSing:
name: Deploy
runs-on: ubuntu-latest
environment:
name: ECR_PUSH

needs: test

Expand Down

0 comments on commit 930a136

Please sign in to comment.