Skip to content

Commit e66193f

Browse files
committed
add size compare job
1 parent f89a59f commit e66193f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
compare-sizes:
103103
runs-on: ubuntu-latest
104104
needs: build-and-push
105-
if: always() && github.event_name != 'pull_request' # Run even if some builds fail
105+
if: success() && github.event_name != 'pull_request' # Only run if ALL builds succeed
106106
permissions:
107107
contents: read
108108
packages: read

0 commit comments

Comments
 (0)