Skip to content

Add github actions for deploying AWS ECS envs #2

Add github actions for deploying AWS ECS envs

Add github actions for deploying AWS ECS envs #2

Workflow file for this run

name: On Pull Request Update
on:
pull_request:
types:
- opened
- reopened
- edited
- synchronize
concurrency:
group: ${{ github.head_ref }}
cancel-in-progress: true
jobs:
build-docker:
name: "Build"
if: github.event.pull_request.user.login != 'dependabot[bot]'
uses: ./.github/workflows/callable-build-docker.yml
secrets: inherit
with:
push: false