Skip to content

Commit

Permalink
Merge pull request #1132 from zama-ai/disable-release-check
Browse files Browse the repository at this point in the history
chore(ci): Remove release-checks for pushing releases on private pypi
  • Loading branch information
BourgerieQuentin authored Nov 8, 2024
2 parents 2b5bd80 + d4cc339 commit 84fd038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/concrete_python_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ jobs:
base64-subjects: ${{ needs.hash.outputs.hash }}

push:
needs: [release-checks, build-linux-x86, build-macos, provenance]
needs: [build-linux-x86, build-macos, provenance]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Expand Down

0 comments on commit 84fd038

Please sign in to comment.