Skip to content

Commit

Permalink
Update codeql.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
franchb committed Jul 7, 2024
1 parent 542b0d8 commit 50c7601
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 50c7601

Please sign in to comment.