Skip to content

Commit

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

addded new condition
  • Loading branch information
yatrashkevich-scn authored May 27, 2024
2 parents fb56131 + b4daa1c commit 94ca948
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/run_deploy_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ on:
workflows: ["run_build"]
types:
- completed
branches:
- develop

jobs:
deploy_to_ecs:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' && github.event.pull_request.merged == true }}
if: ${{ github.event.pull_request.merged == true }}

env:
TASK_FAMILY_PREFIX: backend
Expand Down

0 comments on commit 94ca948

Please sign in to comment.