We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 539e4ee commit d130903Copy full SHA for d130903
.github/workflows/ci.yaml
@@ -69,6 +69,7 @@ jobs:
69
uses: anchore/sbom-action/download-syft@f8bdd1d8ac5e901a77a92f111440fdb1b593736b # v0.20.6
70
71
- name: Install cosign
72
+ if: github.event.pull_request.head.repo.fork != true
73
uses: sigstore/cosign-installer@d7543c93d881b35a8faa02e8e3605f69b7a1ce62 # v3.10.0
74
75
- name: Set up QEMU
@@ -82,7 +83,7 @@ jobs:
82
83
with:
84
distribution: goreleaser
85
version: "~> v2"
- args: release --clean --skip=publish --snapshot
86
+ args: release --clean --skip=publish --snapshot ${{ github.event.pull_request.head.repo.fork == true && '--skip=sign' || '' }}
87
88
chart:
89
name: Lint Helm charts
0 commit comments