fix(workflows): disable artifact publish attestation for pull requests

This commit is contained in:
2025-11-25 20:38:49 -08:00
parent 0dbd011648
commit 57e90a4623

View File

@@ -53,3 +53,4 @@ jobs:
with: with:
subject-name: artifacts.zip subject-name: artifacts.zip
subject-digest: "sha256:${{ steps.upload.outputs.artifact-digest }}" subject-digest: "sha256:${{ steps.upload.outputs.artifact-digest }}"
if: github.event_name != 'pull_request'