Disable attestation on pull requests

This commit is contained in:
AFCMS 2024-05-16 16:23:05 +02:00
parent fc9a13bf9d
commit dbf2d8746e
No known key found for this signature in database
GPG Key ID: 8720389A25B652E3
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ jobs:
upload-artifact: true
- name: Generate artifact attestation
# if: ${{ github.event_name != 'pull_request' }}
if: ${{ github.event_name != 'pull_request' }}
uses: actions/attest-build-provenance@v1
with:
subject-path: ${{ env.FILE_NAME }}