Skip to content

Commit

Permalink
Update artifact-size-metrics.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
0marperez authored Apr 22, 2024
1 parent 17e5c9b commit 358da25
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/artifact-size-metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,7 @@ jobs:
if: ${{ !contains(github.event.pull_request.labels.*.name, 'acknowledge-artifact-size-increase') }}
run: |
cd build/reports/metrics
cat has-significant-change.txt | grep false || echo An artifact increased in size by more than allowed or a new artifact was created.
cat has-significant-change.txt | grep false || {
echo An artifact increased in size by more than allowed or a new artifact was created.
exit 1
}

0 comments on commit 358da25

Please sign in to comment.