We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f89a59f commit e66193fCopy full SHA for e66193f
1 file changed
.github/workflows/docker-build-push.yml
@@ -102,7 +102,7 @@ jobs:
102
compare-sizes:
103
runs-on: ubuntu-latest
104
needs: build-and-push
105
- if: always() && github.event_name != 'pull_request' # Run even if some builds fail
+ if: success() && github.event_name != 'pull_request' # Only run if ALL builds succeed
106
permissions:
107
contents: read
108
packages: read
0 commit comments