From 765c8edfb0a66b2d46a6b633bc97ebfd6c788bd4 Mon Sep 17 00:00:00 2001 From: Larry Gritz Date: Tue, 1 Oct 2024 19:17:47 -0700 Subject: [PATCH] ci: Make scrorecards workflow not fail constantly (#4471) Signed-off-by: Larry Gritz --- .github/workflows/scorecard.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 3807a1d9df..b8050cf8e8 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -17,8 +17,6 @@ on: - 'docs/**' pull_request: # Only run on individual PRs if the workflow file itself is changed. - paths: - - .github/workflows/scorecard.yml paths-ignore: - '**.md' - '**.rst'