From 6d1828e40b17a7fa3403de7a3d3e0da9f657aa30 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sat, 2 Jan 2021 20:30:10 -0800 Subject: [PATCH] Don't run CodeQL against pull requests It failed with strange errors. https://github.com/simonw/sqlite-utils/pull/203/checks?check_run_id=1549287178 --- .github/workflows/codeql-analysis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index d86c2e3..713f81e 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -3,9 +3,6 @@ name: "CodeQL" on: push: branches: [main] - pull_request: - # The branches below must be a subset of the branches above - branches: [main] schedule: - cron: '0 4 * * 5'