Skip to content

Commit

Permalink
Require tests before test deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodrigo Almeida committed May 4, 2022
1 parent 6952b0a commit c1c170a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
name: Deploy [TEST]
runs-on: ubuntu-latest
environment: test
needs: [tests]
if: github.event_name == 'workflow_dispatch'
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit c1c170a

Please sign in to comment.