diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 577e9e10b..2a8a7558e 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -27,7 +27,7 @@ jobs: stage: "release" deploy-staging: - if: ${{ github.event_name == 'workflow_dispatch' && inputs.deploy-staging }} + if: ${{ github.event_name != 'workflow_dispatch' || inputs.deploy-staging }} runs-on: ubuntu-22.04 permissions: contents: write