Skip to content

Commit

Permalink
Disable attestation on pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
AFCMS committed May 16, 2024
1 parent fc9a13b commit dbf2d87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flatpak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit dbf2d87

Please sign in to comment.