Skip to content

DEV - Report Service #10

DEV - Report Service

DEV - Report Service #10

name: DEV - Report Service
on:
workflow_dispatch:
inputs:
REF:
description: Branch from CDCgov/data-exchange-processing-status that you want to deploy to the dev environment.
default: develop
required: true
type: string
push:
branches:
- develop
tags:
- 'v[0-9].[0-9]+.[0-9]+'
paths:
- pstatus-report-sink-ktor/**
jobs:
remote-trigger:
uses: ./.github/workflows/remote-cd-trigger-template.yml
with:
WORKFLOW: report-build-pushImage-dev.yml
REF: '${{ github.ref_name }}'
secrets: inherit