Skip to content

Commit

Permalink
Fix setting the image properly (#7315)
Browse files Browse the repository at this point in the history
Fixed condition which sets weights/large images
  • Loading branch information
mordamax authored Jan 23, 2025
1 parent 6091330 commit 3a7f3c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -250,9 +250,9 @@ jobs:
echo "IMAGE=$IMAGE" >> $GITHUB_OUTPUT
fi
if [[ $BODY == "/cmd bench"* ]]; then
if [[ $BODY == "bench"* ]]; then
echo "RUNNER=parity-weights" >> $GITHUB_OUTPUT
elif [[ $BODY == "/cmd update-ui"* ]]; then
elif [[ $BODY == "update-ui"* ]]; then
echo "RUNNER=parity-large" >> $GITHUB_OUTPUT
else
echo "RUNNER=ubuntu-latest" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 3a7f3c0

Please sign in to comment.