Skip to content

Commit

Permalink
Update cmd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mordamax committed Dec 8, 2024
1 parent 9bfd0c5 commit 82aec89
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/cmd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,20 +232,12 @@ jobs:
fi
if [[ $BODY == "/cmd bench"* ]]; then
RUNNER=parity-weights
echo "RUNNER=$RUNNER" >> $GITHUB_OUTPUT
echo "RUNNER=parity-weights" >> $GITHUB_OUTPUT
elif [[ $BODY == "/cmd update-ui"* ]]; then
RUNNER=parity-large
echo "RUNNER=$RUNNER" >> $GITHUB_OUTPUT
echo "RUNNER=parity-large" >> $GITHUB_OUTPUT
else
RUNNER=ubuntu-latest
echo "RUNNER=$RUNNER" >> $GITHUB_OUTPUT
echo "RUNNER=ubuntu-latest" >> $GITHUB_OUTPUT
fi
echo "BODY=$BODY"
echo "RUNNER=$RUNNER"
echo "IMAGE=$IMAGE"
- name: Print outputs
run: |
echo "RUNNER=${{ steps.set-image.outputs.RUNNER }}"
Expand Down

0 comments on commit 82aec89

Please sign in to comment.