Skip to content

Commit

Permalink
added new condition
Browse files Browse the repository at this point in the history
  • Loading branch information
yatrashkevich-scn committed May 27, 2024
1 parent 5e8cd50 commit 0515810
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 0515810

Please sign in to comment.