Skip to content

Commit

Permalink
code analysis doesn't need to run per PR (#4437)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sophie-Xie authored Jul 18, 2022
1 parent b87d637 commit 1414d44
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,6 @@
name: "CodeQL"

on:
push:
branches:
- 'master'
- 'release-[0-9].[0-9]'
- 'v1-head'
- 'v1.0.0'
- 'v1.0.0-rc3'
- 'v1.0.0-rc4'
- 'v3.*'
- 'v[1-2].[0-9].[0-9]'
pull_request:
# The branches below must be a subset of the branches above
branches: [ "master" ]
schedule:
- cron: '20 21 * * 6'

Expand Down

0 comments on commit 1414d44

Please sign in to comment.