diff --git a/.github/workflows/deploy-dagster-cloud.yml b/.github/workflows/deploy-dagster-cloud.yml index bd19d759..8a707de3 100644 --- a/.github/workflows/deploy-dagster-cloud.yml +++ b/.github/workflows/deploy-dagster-cloud.yml @@ -80,7 +80,7 @@ jobs: # Copy production manifest.json to S3 on merge - name: Upload dbt manifest to S3 - if: steps.prerun.outputs.result != 'skip' && ${{ ! startsWith(github.ref, 'refs/heads/master') }} + if: steps.prerun.outputs.result != 'skip' && github.event_name != 'pull_request' run: | aws s3 cp ./dbt_project/target/manifest.json s3://hooli-demo/dbt_slim_ci/manifest.json