Skip to content

Close file handles (#537) #90

Close file handles (#537)

Close file handles (#537) #90

Workflow file for this run

name: DEV - Upload Server
on:
workflow_dispatch:
inputs:
REF:
description: Branch from CDCgov/data-exchange-upload that you want to deploy to the dev environment.
default: main
required: true
type: string
push:
branches:
- main
paths:
- upload-server/**
jobs:
remote-trigger:
uses: ./.github/workflows/remote-cd-trigger-template.yml
with:
WORKFLOW: upload-server.yml
REF: ${{ inputs.REF }}
secrets: inherit