diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index 88c7ffe7..b16d2016 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -30,6 +30,7 @@ jobs: name: Setup, Build, Publish, and Deploy runs-on: ubuntu-latest environment: production + if: ${{ github.event.workflow_run.conclusion == 'success' }} permissions: contents: 'read' id-token: 'write'