Skip to content

Commit 397f32f

Browse files
committed
build: skip CI push step on PRs
Signed-off-by: Jared Watts <[email protected]>
1 parent 5f36c63 commit 397f32f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ jobs:
121121
# This job downloads the single-platform packages built by the build job, and
122122
# pushes them as a multi-platform package.
123123
push:
124+
if: ${{ github.event_name != 'pull_request' }}
124125
runs-on: ubuntu-24.04
125126
needs:
126127
- build

0 commit comments

Comments
 (0)