Skip to content

fix(dora): fix dora service thematics rejected by the quality check #14

fix(dora): fix dora service thematics rejected by the quality check

fix(dora): fix dora service thematics rejected by the quality check #14

name: build_deploy_staging
on:
push:
branches: [main]
pull_request:
branches: [main]
types: [opened, synchronize, reopened, ready_for_review, labeled]
jobs:
build:
if: contains(github.event.pull_request.labels.*.name, 'deploy-to-staging')
uses: ./.github/workflows/_build_images.yml
deploy_staging:
needs: build
if: contains(github.event.pull_request.labels.*.name, 'deploy-to-staging')
uses: ./.github/workflows/_terraform_deploy.yml
secrets: inherit
with:
environment: staging