Skip to content

Commit 1dc905d

Browse files
committed
Don't require build provenance for PRs
1 parent 86c38d3 commit 1dc905d

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
@@ -88,5 +88,6 @@ jobs:
8888
path: target/scala-2.13/jsonoid-discovery*.jar
8989
- name: Attest build provenance
9090
uses: actions/attest-build-provenance@v1
91+
if: ${{ github.event_name != 'pull_request' }}
9192
with:
9293
subject-path: 'target/scala-2.13/jsonoid-discovery*.jar'

0 commit comments

Comments
 (0)