Skip to content

b service is same as a service #78

b service is same as a service

b service is same as a service #78

Workflow file for this run

name: Service A
on:
pull_request:
types:
- opened
- synchronize
- reopened
- closed
branch:
- master
- main
paths:
- .github/workflows/a.yaml
- .github/workflows/_*.yaml
- services/a/**
jobs:
test-job:
if: ${{ github.event.pull_request.merged != true }}
uses: ./.github/workflows/_service_test.yaml
with:
service_name: a
release-job:
if: ${{ github.event.pull_request.merged == true }}
uses: ./.github/workflows/_service_release.yaml
with:
service_name: a
automatic_deploy_to_dev: true