mirror of https://github.com/grpc/grpc-go.git
github: increase timeout for codeql and disable for PRs (#4841)
This commit is contained in:
parent
f2974e7778
commit
02da625150
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue