diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f9736a2904f7..3648179b6813 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -24,7 +24,7 @@ jobs: deployStaging: runs-on: ubuntu-latest needs: validate - if: ${{ needs.validate.outputs.isVersionBumpPR === 'true' && github.ref == 'refs/heads/staging' }} + if: ${{ needs.validate.outputs.isVersionBumpPR == 'true' && github.ref == 'refs/heads/staging' }} steps: - name: Checkout staging branch