Fix test
This commit is contained in:
parent
adee1645a3
commit
c52a91fe77
11 changed files with 39 additions and 0 deletions
3
.github/workflows/bundler-audit.yml
vendored
3
.github/workflows/bundler-audit.yml
vendored
|
@ -4,6 +4,9 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
- 'kb*'
|
||||
- 'upstream-*'
|
||||
- 'releases/*'
|
||||
- 'stable-*'
|
||||
paths:
|
||||
- 'Gemfile*'
|
||||
|
|
6
.github/workflows/check-i18n.yml
vendored
6
.github/workflows/check-i18n.yml
vendored
|
@ -4,10 +4,16 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
- 'kb*'
|
||||
- 'upstream-*'
|
||||
- 'releases/*'
|
||||
- 'stable-*'
|
||||
pull_request:
|
||||
branches:
|
||||
- 'main'
|
||||
- 'kb*'
|
||||
- 'upstream-*'
|
||||
- 'releases/*'
|
||||
- 'stable-*'
|
||||
|
||||
env:
|
||||
|
|
6
.github/workflows/codeql.yml
vendored
6
.github/workflows/codeql.yml
vendored
|
@ -5,10 +5,16 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
- 'kb*'
|
||||
- 'upstream-*'
|
||||
- 'releases/*'
|
||||
- 'stable-*'
|
||||
pull_request:
|
||||
branches:
|
||||
- 'main'
|
||||
- 'kb*'
|
||||
- 'upstream-*'
|
||||
- 'releases/*'
|
||||
- 'stable-*'
|
||||
schedule:
|
||||
- cron: '22 6 * * 1'
|
||||
|
|
3
.github/workflows/format-check.yml
vendored
3
.github/workflows/format-check.yml
vendored
|
@ -4,6 +4,9 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
- 'kb*'
|
||||
- 'upstream-*'
|
||||
- 'releases/*'
|
||||
- 'stable-*'
|
||||
pull_request:
|
||||
|
||||
|
|
3
.github/workflows/lint-css.yml
vendored
3
.github/workflows/lint-css.yml
vendored
|
@ -4,6 +4,9 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
- 'kb*'
|
||||
- 'upstream-*'
|
||||
- 'releases/*'
|
||||
- 'stable-*'
|
||||
paths:
|
||||
- 'package.json'
|
||||
|
|
3
.github/workflows/lint-haml.yml
vendored
3
.github/workflows/lint-haml.yml
vendored
|
@ -4,6 +4,9 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
- 'kb*'
|
||||
- 'upstream-*'
|
||||
- 'releases/*'
|
||||
- 'stable-*'
|
||||
paths:
|
||||
- '.github/workflows/haml-lint-problem-matcher.json'
|
||||
|
|
3
.github/workflows/lint-js.yml
vendored
3
.github/workflows/lint-js.yml
vendored
|
@ -4,6 +4,9 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
- 'kb*'
|
||||
- 'upstream-*'
|
||||
- 'releases/*'
|
||||
- 'stable-*'
|
||||
paths:
|
||||
- 'package.json'
|
||||
|
|
3
.github/workflows/lint-ruby.yml
vendored
3
.github/workflows/lint-ruby.yml
vendored
|
@ -4,6 +4,9 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
- 'kb*'
|
||||
- 'upstream-*'
|
||||
- 'releases/*'
|
||||
- 'stable-*'
|
||||
paths:
|
||||
- 'Gemfile*'
|
||||
|
|
3
.github/workflows/test-js.yml
vendored
3
.github/workflows/test-js.yml
vendored
|
@ -4,6 +4,9 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
- 'kb*'
|
||||
- 'upstream-*'
|
||||
- 'releases/*'
|
||||
- 'stable-*'
|
||||
paths:
|
||||
- 'package.json'
|
||||
|
|
3
.github/workflows/test-migrations.yml
vendored
3
.github/workflows/test-migrations.yml
vendored
|
@ -5,6 +5,9 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
- 'kb*'
|
||||
- 'upstream-*'
|
||||
- 'releases/*'
|
||||
- 'stable-*'
|
||||
paths:
|
||||
- 'Gemfile*'
|
||||
|
|
3
.github/workflows/test-ruby.yml
vendored
3
.github/workflows/test-ruby.yml
vendored
|
@ -5,6 +5,9 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
- 'kb*'
|
||||
- 'upstream-*'
|
||||
- 'releases/*'
|
||||
- 'stable-*'
|
||||
pull_request:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue