Skip to content

Commit

Permalink
build: removed 11th workflow dispatch option to submit runs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Mar 1, 2022
1 parent 0482e9c commit 46d881d
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@ on:
description: 'Maximum number of projects to publish: "" (no limit; default) or a positive integer'
required: false
default: ''
maxNumReactions:
description: 'Maximum size model to publish: "" (no limit; default) or a positive integer'
required: false
default: ''

jobs:
publish:
Expand Down Expand Up @@ -145,10 +141,6 @@ jobs:
if [ ! -z "${{ github.event.inputs.maxProjects }}" ]; then
args="$args --max-projects ${{ github.event.inputs.maxProjects }}"
fi
if [ ! -z "${{ github.event.inputs.maxNumReactions }}" ]; then
args="$args --max-num-reactions ${{ github.event.inputs.maxNumReactions }}"
fi
biosimulations-bigg run-projects-and-publish $args
Expand Down

0 comments on commit 46d881d

Please sign in to comment.