Don't run CodeQL on PRs for now

This commit is contained in:
Sebastiaan Janssen
2020-07-14 13:48:46 +02:00
committed by GitHub
parent fbd2a30606
commit d347d36861

View File

@@ -2,10 +2,11 @@ name: "Code scanning - action"
on:
push:
branches: [v8/contrib,v8/codeql]
branches: [v8/contrib]
pull_request:
# The branches below must be a subset of the branches above
branches: [v8/contrib]
# SJ: Don't run on PR branches for now
# branches: [v8/contrib]
schedule:
- cron: '0 7 * * 2'