From e3e45c534ef3bbcbf5108bbe8cdef241419baf76 Mon Sep 17 00:00:00 2001 From: Michael Genson <71845777+michael-genson@users.noreply.github.com> Date: Fri, 30 Jan 2026 10:47:30 -0600 Subject: [PATCH] dev: Skip Trivy on merge queue (#6957) --- .github/workflows/pull-requests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pull-requests.yml b/.github/workflows/pull-requests.yml index 2c9213f51..d3a63b207 100644 --- a/.github/workflows/pull-requests.yml +++ b/.github/workflows/pull-requests.yml @@ -29,6 +29,7 @@ jobs: container-scanning: name: "Trivy Container Scanning" + if: github.event_name == 'pull_request' uses: ./.github/workflows/partial-trivy-container-scanning.yml code-ql: