1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-26 01:15:38 +00:00

CodeQL: do NOT run on ready for review status (#209)

This commit is contained in:
Loyalsoldier 2020-09-21 06:26:41 +08:00 committed by GitHub
parent 525d4e13a9
commit 5f620256b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
name: "CodeQL"
name: CodeQL
on:
push:
@ -6,8 +6,8 @@ on:
paths:
- "**/*.go"
pull_request:
# The branches below must be a subset of the branches above
branches: [master]
types: [opened, synchronize, reopened]
paths:
- "**/*.go"
schedule:
@ -15,9 +15,7 @@ on:
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix: