Skip to content

Commit

Permalink
set up manual triggers for dagster deployments from github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
prha committed Aug 22, 2024
1 parent f13c949 commit 0cfdbbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions github/serverless/dagster-plus-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- "master"
pull_request:
types: [opened, synchronize, reopened, closed]
workflow_dispatch:

concurrency:
# Cancel in-progress deploys to same branch
Expand Down
1 change: 1 addition & 0 deletions github/serverless/dbt/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches:
- "main"
- "master"
workflow_dispatch:

concurrency:
# Cancel in-progress deploys to same branch
Expand Down

0 comments on commit 0cfdbbb

Please sign in to comment.