Skip to content

Commit

Permalink
Merge pull request #1331 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 94ca948 + a9c760d commit b0f6a6b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/run_deploy_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@ on:
workflows: ["run_build"]
types:
- completed
branches:
- develop

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

env:
TASK_FAMILY_PREFIX: backend
Expand Down

0 comments on commit b0f6a6b

Please sign in to comment.