mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 12:15:09 -05:00
fix: release only when all tests pass
This commit is contained in:
2
.github/workflows/continuous-integration.yml
vendored
2
.github/workflows/continuous-integration.yml
vendored
@@ -302,7 +302,7 @@ jobs:
|
||||
|
||||
CreateRelease:
|
||||
runs-on: ubuntu-latest
|
||||
needs: BuildAndTest
|
||||
needs: [BuildAndTest, BuildAndTestDF, BuildAndTestMacOS]
|
||||
if: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') }}
|
||||
outputs:
|
||||
upload_url: ${{ steps.release.outputs.upload_url }}
|
||||
|
||||
Reference in New Issue
Block a user