Skip to content

Commit

Permalink
last one
Browse files Browse the repository at this point in the history
Signed-off-by: Shoham Elias <[email protected]>
  • Loading branch information
shohamazon committed Jul 9, 2024
1 parent 148b514 commit 9fed1a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

publish-binaries:
needs: [start-self-hosted-runner, load-platform-matrix]
if: ${{ github.event.pull_request.head.repo.owner.login }} == 'valkey-io'
if: github.event.pull_request.head.repo.owner.login == 'valkey-io'
name: Publish packages to PyPi
runs-on: ${{ matrix.build.RUNNER }}
timeout-minutes: 25
Expand Down

0 comments on commit 9fed1a8

Please sign in to comment.