Skip to content

Additions for the specimen node #138

Additions for the specimen node

Additions for the specimen node #138

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