Skip to content

Merge pull request #224 from CBIIT/CCDIDC-1544study_status #1082

Merge pull request #224 from CBIIT/CCDIDC-1544study_status

Merge pull request #224 from CBIIT/CCDIDC-1544study_status #1082

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