From 50c76017593a3b6e152bbd26498c0543fd1d44a4 Mon Sep 17 00:00:00 2001 From: Eliah Rusin Date: Sun, 7 Jul 2024 18:07:48 +0300 Subject: [PATCH] Update codeql.yml --- .github/workflows/codeql.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 525864c..78d4b19 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -19,7 +19,13 @@ on: branches: ["main"] schedule: - cron: "0 0 * * 1" - + workflow_call: + inputs: + skipTests: + description: 'Skip tests, useful when there is a dedicated CI job for tests' + default: false + required: false + type: boolean permissions: contents: read