diff --git a/.github/workflows/deploy-agent.yaml b/.github/workflows/deploy-agent.yaml index 93af0d8653..0a297109eb 100644 --- a/.github/workflows/deploy-agent.yaml +++ b/.github/workflows/deploy-agent.yaml @@ -111,7 +111,7 @@ jobs: deploy_production: name: Deploy Production runs-on: ubuntu-latest - if: "!github.event.release.prerelease" + if: !github.event.release.prerelease needs: - build - deploy_preview