From 2ab0fa34c36733fc75ef1841edb0c3f36c95d3f2 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Wed, 12 Apr 2023 12:47:00 +0200 Subject: [PATCH] Do not run CodeQL for tests --- .github/workflows/codeql.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index d9a548b3b..01b917f6e 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -6,6 +6,8 @@ on: pull_request: # The branches below must be a subset of the branches above branches: [ "dev" ] + paths-ignore: + - 'src/tests/**' schedule: - cron: '43 12 * * 3'