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