Skip to content

Commit 49ceab6

Browse files
committed
don't attest on PRs
1 parent 06d9cf1 commit 49ceab6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
run: ./gradlew build
4646

4747
- name: Attest Build Provenance
48+
if: github.event_name != 'pull_request'
4849
uses: actions/attest@v4
4950
with:
5051
subject-path: 'build/libs/*.jar'

0 commit comments

Comments
 (0)