summaryrefslogtreecommitdiff
path: root/.github/workflows/codeql-analysis.yml
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-02-04 12:26:16 +0300
committerGitHub <[email protected]>2021-02-04 12:26:16 +0300
commitb9c9909b98c1b3e15421a4bcad9e8fcc01332d37 (patch)
treeb969808a6bdd67bbb566421a2158a51c9de3713e /.github/workflows/codeql-analysis.yml
parent8a8d9d7c64226397792e8f1aa7cc607ab413906e (diff)
parenta902a06e670d70b0f806899765bdb206977e7698 (diff)
Merge pull request #526 from spiral/fix/memory_leaksv2.0.0-beta.24
bug(leak): workers memory leak
Diffstat (limited to '.github/workflows/codeql-analysis.yml')
-rw-r--r--.github/workflows/codeql-analysis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 75e40110..f630ff40 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -7,17 +7,17 @@ name: "CodeQL"
on:
push:
- branches: [master]
+ branches: [roadrunner-core, roadrunner-binary]
pull_request:
# The branches below must be a subset of the branches above
- branches: [master]
+ branches: [roadrunner-core, roadrunner-binary]
schedule:
- cron: '0 15 * * 6'
jobs:
analyze:
name: Analyze
- runs-on: ubuntu-latest
+ runs-on: ubuntu-20.04
strategy:
fail-fast: false