Skip to content

Commit

Permalink
Update bench-all-runtimes.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mordamax committed Jan 19, 2025
1 parent 5c70f12 commit 192f4d0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/bench-all-runtimes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: actions/checkout@v4
- id: runtime
run: |
RUNTIMES=$(jq '[.[] | select(.package != null)] | .[0:1]' .github/workflows/runtimes-matrix.json)
RUNTIMES=$(jq '[.[] | select(.package != null)] | .[0:2]' .github/workflows/runtimes-matrix.json)
RUNTIMES=$(echo $RUNTIMES | jq -c .)
echo "runtime=$RUNTIMES"
Expand Down Expand Up @@ -141,6 +141,7 @@ jobs:
git add .
git commit -m "Update all weights weekly for $DATE"
git push --set-upstream origin "$BRANCH"
git fetch
SUBWEIGHT_OUTPUT_RAW=$(subweight compare commits \
--path-pattern "./**/weights/**/*.rs,./**/weights.rs" \
Expand All @@ -149,7 +150,7 @@ jobs:
--no-color \
--change added changed \
--ignore-errors \
origin/master HEAD)
origin/master refs/heads/$BRANCH)
# Properly escape the markdown content and format the PR body
SUBWEIGHT_OUTPUT=$(cat << EOF
Expand Down

0 comments on commit 192f4d0

Please sign in to comment.