Skip to content

Commit

Permalink
No deploy without tests
Browse files Browse the repository at this point in the history
  • Loading branch information
BentouDev committed Feb 10, 2024
1 parent c5c9cef commit b2e7472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_conan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

deploy_conan:
name: 'Deploy'
needs: bump_version
needs: [ bump_version, test_acceptance ]
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit b2e7472

Please sign in to comment.