From 94bca81d318c2a98767bdec4b77814070f8caa6e Mon Sep 17 00:00:00 2001 From: Anshi Singh Date: Wed, 29 Apr 2026 12:23:44 -0700 Subject: [PATCH] Ensure Macaron required check reports on every PR --- .github/workflows/macaron-check-github-actions.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/macaron-check-github-actions.yml b/.github/workflows/macaron-check-github-actions.yml index 203c254b26..54bbe9d22f 100644 --- a/.github/workflows/macaron-check-github-actions.yml +++ b/.github/workflows/macaron-check-github-actions.yml @@ -7,9 +7,6 @@ name: Run Macaron to Check Supply Chain Security Issues on: pull_request: - paths: - - ".github/workflows/**" - - ".github/actions/**" push: branches: - master