Skip to content

Commit 390cc37

Browse files
authored
Merge pull request #147 from erhancagirici/skip-push-in-prs
ci: skip CI push job on PRs
2 parents e629ede + 6d59396 commit 390cc37

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
@@ -126,6 +126,7 @@ jobs:
126126
# This job downloads the single-platform packages built by the build job, and
127127
# pushes them as a multi-platform package.
128128
push:
129+
if: ${{ github.event_name != 'pull_request' }}
129130
runs-on: ubuntu-24.04
130131
needs:
131132
- build

0 commit comments

Comments
 (0)