Skip to content

Commit

Permalink
Update deploy-dagster-cloud.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
slopp authored Jan 19, 2024
1 parent d99a642 commit b1cf2eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dagster-cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b1cf2eb

Please sign in to comment.