github: increase timeout for codeql and disable for PRs (#4841)

This commit is contained in:
Doug Fawley 2021-10-04 14:01:09 -07:00 committed by GitHub
parent f2974e7778
commit 02da625150
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -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