Skip to content

Commit c9a3b58

Browse files
authored
Skip push CI job on pull request (#557)
Signed-off-by: Bob Haddleton <bob.haddleton@nokia.com>
1 parent aea2eb6 commit c9a3b58

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
@@ -131,6 +131,7 @@ jobs:
131131
# pushes them as a multi-platform package. We only push the package it the
132132
# XPKG_ACCESS_ID and XPKG_TOKEN secrets were provided.
133133
push:
134+
if: ${{ github.event_name != 'pull_request' }}
134135
runs-on: ubuntu-24.04
135136
needs:
136137
- build

0 commit comments

Comments
 (0)