From 02da625150e8ee126d4b84dfed27d2453f2617f4 Mon Sep 17 00:00:00 2001 From: Doug Fawley Date: Mon, 4 Oct 2021 14:01:09 -0700 Subject: [PATCH] github: increase timeout for codeql and disable for PRs (#4841) --- .github/workflows/codeql-analysis.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 05f393ef1a7..2a73b94079c 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -3,9 +3,6 @@ name: "CodeQL" on: push: branches: [ master ] - pull_request: - # The branches below must be a subset of the branches above - branches: [ master ] schedule: - cron: '24 20 * * 3' @@ -19,7 +16,7 @@ jobs: analyze: name: Analyze runs-on: ubuntu-latest - timeout-minutes: 20 + timeout-minutes: 30 strategy: fail-fast: false