Skip to content

Commit 637d574

Browse files
committed
revert
1 parent 077c012 commit 637d574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/backend.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
with:
109109
context: ./backend
110110
platforms: linux/amd64,linux/arm64
111-
push: true
111+
push: ${{ github.event_name != 'pull_request' }}
112112
tags: ${{ steps.messagesMeta.outputs.tags }}
113113
file: ./backend/messages.Dockerfile
114114
labels: ${{ steps.messagesMeta.outputs.labels }}

0 commit comments

Comments
 (0)