Skip to content

Commit

Permalink
github: increase timeout for codeql and disable for PRs (#4841)
Browse files Browse the repository at this point in the history
  • Loading branch information
dfawley committed Oct 4, 2021
1 parent f2974e7 commit 02da625
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/codeql-analysis.yml
Expand Up @@ -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'

Expand All @@ -19,7 +16,7 @@ jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
timeout-minutes: 20
timeout-minutes: 30

strategy:
fail-fast: false
Expand Down

0 comments on commit 02da625

Please sign in to comment.