There was an error while loading. Please reload this page.
1 parent e71b96c commit ca54a2eCopy full SHA for ca54a2e
1 file changed
.github/workflows/pr_cockpit.yml
@@ -176,6 +176,7 @@ jobs:
176
PR_NUMBER: ${{ github.event.pull_request.number }}
177
run: cargo set-version --offline --package stackable-cockpit "0.0.0-pr$PR_NUMBER"
178
- name: Build manifest list
179
+ if: ${{ !github.event.pull_request.head.repo.fork }}
180
run: |
181
# Creating manifest list
182
make -e docker-manifest-list-build
0 commit comments