Skip to content

Commit

Permalink
Merge pull request #1335 from ChildMindInstitute/M2-6595-Configure-De…
Browse files Browse the repository at this point in the history
…ploy-to-Test/UAT

added new condition
  • Loading branch information
yatrashkevich-scn authored May 27, 2024
2 parents 5598619 + 0515810 commit 4f1e649
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/run_deploy_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ on:
workflows: ["run_build"]
types:
- completed
event:
pull_request:
- merged

jobs:
deploy_to_ecs:
runs-on: ubuntu-latest
if: github.event_name == 'pull_request' && github.event.action == 'closed' && github.event.pull_request.merged == true

env:
TASK_FAMILY_PREFIX: backend
ECS_CLUSTER_NAME: cmiml-dev
Expand Down

0 comments on commit 4f1e649

Please sign in to comment.