From bee252ab5c7504e1cf2aeba95e46190358eefc28 Mon Sep 17 00:00:00 2001 From: Luca Comellini Date: Wed, 7 Feb 2024 10:22:48 -0800 Subject: [PATCH] Don't use annotations on PRs (#38) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e961adb..4f01f52 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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' }}