Fix CI jobs

This commit is contained in:
Arthur Baars
2021-10-25 16:25:44 +02:00
parent 8cd86ae8f5
commit b79f8f1890
4 changed files with 17 additions and 6 deletions

View File

@@ -1,4 +1,5 @@
{ "provide": [ "*/ql/src/qlpack.yml",
{ "provide": [ "ruby/.codeqlmanifest.json",
"*/ql/src/qlpack.yml",
"*/ql/lib/qlpack.yml",
"*/ql/test/qlpack.yml",
"cpp/ql/test/query-tests/Security/CWE/CWE-190/semmle/tainted/qlpack.yml",

View File

@@ -2,7 +2,9 @@ name: Query help preview
on:
pull_request:
branches: [main]
branches:
- main
- 'rc/*'
paths:
- "ruby/**/*.qhelp"

View File

@@ -2,11 +2,15 @@ name: "Ruby: Collect database stats"
on:
push:
branches: [main]
branches:
- main
- 'rc/*'
paths:
- ruby/ql/lib/ruby.dbscheme
pull_request:
branches: [main]
branches:
- main
- 'rc/*'
paths:
- ruby/ql/lib/ruby.dbscheme
workflow_dispatch:

View File

@@ -2,9 +2,13 @@ name: Check synchronized files
on:
push:
branches: [main]
branches:
- main
- 'rc/*'
pull_request:
branches: [main]
branches:
- main
- 'rc/*'
jobs:
sync: