diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index bcaf277..62f4a71 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -1,14 +1,16 @@ name: CodeQL on: - push: - branches: - - main - pull_request: - branches: - - main - schedule: - - cron: '31 7 * * 3' + workflow_dispatch: + # Disable until this is a public repo since advanced security is not enabled + # push: + # branches: + # - main + # pull_request: + # branches: + # - main + # schedule: + # - cron: '31 7 * * 3' jobs: analyze: