Skip to content

Commit

Permalink
syntax
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 8d2a527 commit 2e6d4f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
start-self-hosted-runner:
if: ${{ HEAD_OWNER }} == 'valkey-io'
if: $HEAD_OWNER == 'valkey-io'
runs-on: ubuntu-latest
environment: AWS_ACTIONS
steps:
Expand All @@ -64,7 +64,7 @@ jobs:

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

0 comments on commit 2e6d4f7

Please sign in to comment.