Skip to content

Commit

Permalink
display stats in CI step (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
andiradulescu authored Sep 6, 2024
1 parent 13cd823 commit 20f1652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
echo 'stats_summary<<EOF'
scripts/analyze-agnos-rootfs.sh
echo EOF
} >> $GITHUB_OUTPUT
} | tee -a $GITHUB_OUTPUT
- name: Package and OTA push
if: "contains(env.LAST_COMMIT_MESSAGE, '[upload]')"
Expand Down

0 comments on commit 20f1652

Please sign in to comment.