Skip to content

Commit

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

Please sign in to comment.