From e4011f449753c3622feb3c9ce6a3713374dc3eda Mon Sep 17 00:00:00 2001 From: David Verdeguer Date: Wed, 17 Jun 2020 11:18:30 +0200 Subject: [PATCH] Add path-ignore to tests --- tests/multi-language-repo/.github/codeql/custom-queries.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/multi-language-repo/.github/codeql/custom-queries.yml b/tests/multi-language-repo/.github/codeql/custom-queries.yml index c2a211db7..ae8b7f003 100644 --- a/tests/multi-language-repo/.github/codeql/custom-queries.yml +++ b/tests/multi-language-repo/.github/codeql/custom-queries.yml @@ -26,4 +26,8 @@ queries: - name: Javascript queries uses: Anthophila/javascript-querypack/show_ifs2.ql@master - name: Python queries - uses: Anthophila/python-querypack/show_ifs2.ql@second-branch \ No newline at end of file + uses: Anthophila/python-querypack/show_ifs2.ql@second-branch + + +paths-ignore: + - tests \ No newline at end of file