From 5978cbb17c6348af8770b13a407ef26c6e4f3627 Mon Sep 17 00:00:00 2001 From: Alex Lowe Date: Tue, 24 Sep 2024 14:28:24 -0400 Subject: [PATCH] fix: pr suggestion Co-authored-by: Tiago Nobrega --- .github/workflows/local-security-scan.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/local-security-scan.yaml b/.github/workflows/local-security-scan.yaml index d37862d..42ee124 100644 --- a/.github/workflows/local-security-scan.yaml +++ b/.github/workflows/local-security-scan.yaml @@ -2,7 +2,7 @@ name: Local security scan on: pull_request: paths: - - "requiremests*.txt" + - "requirements*.txt" - ".github/workflows/local-security-scan.yaml" - "*.lock" - "pyproject.toml"