Skip to content

Commit ca54a2e

Browse files
committed
CI: Add fork guard for manifest list
1 parent e71b96c commit ca54a2e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/pr_cockpit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ jobs:
176176
PR_NUMBER: ${{ github.event.pull_request.number }}
177177
run: cargo set-version --offline --package stackable-cockpit "0.0.0-pr$PR_NUMBER"
178178
- name: Build manifest list
179+
if: ${{ !github.event.pull_request.head.repo.fork }}
179180
run: |
180181
# Creating manifest list
181182
make -e docker-manifest-list-build

0 commit comments

Comments
 (0)