Additions for the specimen node #138
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |