Skip to content

Commit

Permalink
Don't use annotations on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome committed Feb 5, 2024
1 parent d71a49e commit 3fab89f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
load: ${{ github.event_name == 'pull_request' }}
push: ${{ github.event_name != 'pull_request' }}
platforms: ${{ github.event_name != 'pull_request' && env.platforms || '' }}
annotations: ${{ steps.meta.outputs.annotations }}
annotations: ${{ github.event_name != 'pull_request' && steps.meta.outputs.annotations || '' }}
pull: true
sbom: ${{ github.event_name != 'pull_request' }}
provenance: ${{ github.event_name != 'pull_request' }}
Expand Down

0 comments on commit 3fab89f

Please sign in to comment.