Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasz-migas committed Apr 13, 2023
1 parent 7989e6d commit 717e74a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:

deploy:
name: Deploy
needs: test, deploy_test
needs: deploy_test
if: success() && startsWith(github.ref, 'refs/tags/') && github.event_name != 'schedule'
runs-on: ubuntu-latest

Expand Down

0 comments on commit 717e74a

Please sign in to comment.