Skip to content

Commit

Permalink
Make CI Deployment dependent on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
isiko committed May 17, 2024
1 parent 236bbb6 commit 838971d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dev-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
environment: ssh
needs: test
steps:
- uses: actions/checkout@v3
- name: Deploy to Server
Expand Down

0 comments on commit 838971d

Please sign in to comment.