From 3fab89f3d175bfbfaa3375e15cc1640200f9c936 Mon Sep 17 00:00:00 2001 From: Luca Comellini Date: Mon, 5 Feb 2024 12:14:13 -0800 Subject: [PATCH] Don't use annotations on PRs --- .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' }}