Dev feature update descriptions (#206) #63
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: DEV - GraphQL 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 | |
paths: | |
- pstatus-graphql-ktor/** | |
jobs: | |
remote-trigger: | |
uses: ./.github/workflows/remote-cd-trigger-template.yml | |
with: | |
WORKFLOW: graphql-build-pushImage-dev.yml | |
REF: ${{ inputs.REF }} | |
secrets: inherit |