Skip to content

Revert "remove properties from manifest YAML to demo dynamic update (TO BE RE…" #127

Revert "remove properties from manifest YAML to demo dynamic update (TO BE RE…"

Revert "remove properties from manifest YAML to demo dynamic update (TO BE RE…" #127

name: Model Validate and Build
on:
push:
branches:
- master
pull_request:
branches:
- master
- develop
jobs:
validate-and-build:
permissions:
packages: read
contents: write
uses: CBIIT/bento-workflows/.github/workflows/[email protected]
with:
model_files: |
icdc-model.yml icdc-model-props.yml
model_prefix: icdc-model
event_name: ${{ github.event_name }}
secrets:
token: ${{ secrets.PAT }}