Skip to content

Commit

Permalink
check if params exists
Browse files Browse the repository at this point in the history
  • Loading branch information
butonium committed Mar 15, 2024
1 parent 147508d commit b422861
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/v2-apply-scoring.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ jobs:
echo "Failed to find CSV with scores in the PR!"
exit 1
fi
if [[ -z $params_json ]]
then
echo "Failed to find JSON with params in the PR!"
exit 1
fi
if [[ -z $scoring_run_ui_id ]]
then
Expand Down

0 comments on commit b422861

Please sign in to comment.