From f515752eb6cf8c6ca5b92291d8fe0cbc54f22236 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Stolarczuk?= Date: Fri, 10 Oct 2025 16:38:59 +0200 Subject: [PATCH] [CI] Let's run Trivy for each PR This is the only job that can run per PR and we require at least one --- .github/workflows/trivy.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/trivy.yml b/.github/workflows/trivy.yml index 70ae1874ba..c9f53a187c 100644 --- a/.github/workflows/trivy.yml +++ b/.github/workflows/trivy.yml @@ -8,9 +8,6 @@ on: - cron: '45 22 * * 4' push: pull_request: - paths: - - '.github/docker/*Dockerfile' - - '.github/workflows/trivy.yml' concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}