Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
salazarm committed Apr 15, 2024
1 parent 91576c1 commit 08e30d0
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/hybrid_branch_deployments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
filters: |
workspace:
- "**"
- "**" # Default to deploying on any change. Change this to limit what triggers branch deployments
parse_workspace:
needs: check_paths
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/serverless_branch_custom_base_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
filters: |
workspace:
- "**"
- "**" # Default to deploying on any change. Change this to limit what triggers branch deployments
parse_workspace:
needs: check_paths
if: needs.check_paths.outputs.workspace_changed == 'true'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/serverless_branch_deployments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
id: filter
with:
filters: |
workspace:
- "**"
workspace:
- "**" # Default to deploying on any change. Change this to limit what triggers branch deployments
parse_workspace:
needs: check_paths
if: needs.check_paths.outputs.workspace_changed == 'true'
Expand Down
2 changes: 1 addition & 1 deletion github/serverless/branch_deployments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
filters: |
workspace:
- "**"
- "**" # Default to deploying on any change. Change this to limit what triggers branch deployments
dagster_cloud_default_deploy:
name: Dagster Serverless Deploy
needs: check_paths
Expand Down
2 changes: 1 addition & 1 deletion github/serverless/dbt/branch_deployments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
filters: |
workspace:
- "**"
- "**" # Default to deploying on any change. Change this to limit what triggers branch deployments
dagster_cloud_default_deploy:
needs: check_paths
if: needs.check_paths.outputs.workspace_changed == 'true'
Expand Down

0 comments on commit 08e30d0

Please sign in to comment.