Skip to content

remove all non-static props for QA test (to be reverted) #128

remove all non-static props for QA test (to be reverted)

remove all non-static props for QA test (to be reverted) #128

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/model-test-and-deploy.yml@v2.1.7
with:
model_files: |
icdc-model.yml icdc-model-props.yml
model_prefix: icdc-model
event_name: ${{ github.event_name }}
secrets:
token: ${{ secrets.PAT }}