Skip to content

Commit

Permalink
Merge pull request #2 from NASA-IMPACT/fix-deploy
Browse files Browse the repository at this point in the history
Do not run tests a second time before deploying
  • Loading branch information
chuckwondo authored Nov 20, 2024
2 parents ac7ce6e + 40bb8c5 commit 84ed82d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,6 @@ jobs:
if: github.event_name == 'push' && github.event.ref == 'refs/heads/develop'
needs:
- config
- unit-tests
- integration-tests
uses: ./.github/workflows/deploy.yml
with:
environment: dev
Expand All @@ -163,8 +161,6 @@ jobs:
if: github.event_name == 'release' && github.event.action == 'published'
needs:
- config
- unit-tests
- integration-tests
uses: ./.github/workflows/deploy.yml
with:
environment: prod
Expand Down

0 comments on commit 84ed82d

Please sign in to comment.