Skip to content
Snippets Groups Projects
Unverified Commit 3a7f3c0a authored by Maksym H's avatar Maksym H Committed by GitHub
Browse files

Fix setting the image properly (#7315)

Fixed condition which sets weights/large images
parent 6091330a
No related merge requests found
Pipeline #512945 waiting for manual action with stages
in 30 minutes and 3 seconds
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment