Skip to content

Commit

Permalink
Use .yml for test
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaKhD committed Sep 4, 2024
1 parent db9fc58 commit 2d6c497
Show file tree
Hide file tree
Showing 17 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
paths:
- '**'
- '!apps/**/*.md'
- '!**/*.yml'
push:
branches: [24_2]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/default_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
pull_request:
paths:
- '**'
- '!apps/**/*.md'
- '!**/*.yml'
push:
branches:
- "[0-9][0-9]_[0-9]"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/demos_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
pull_request:
paths:
- '**'
- '!apps/**/*.md'
- '!**/*.yml'
push:
branches:
- "[0-9][0-9]_[0-9]"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/demos_visual_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
pull_request:
paths:
- '**'
- '!apps/**/*.md'
- '!**/*.yml'
push:
branches:
- "[0-9][0-9]_[0-9]"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/demos_visual_tests_frameworks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
pull_request:
paths:
- '**'
- '!apps/**/*.md'
- '!**/*.yml'
push:
branches:
- "[0-9][0-9]_[0-9]"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
pull_request:
paths:
- '**'
- '!apps/**/*.md'
- '!**/*.yml'
push:
branches: [24_2]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/paths.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
pull_request:
paths:
- '**'
- '!apps/**/*.md'
- '!**/*.yml'
push:
branches: [24_2]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/playgrounds_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
pull_request:
paths:
- '**'
- '!apps/**/*.md'
- '!**/*.yml'
push:
branches: [24_2]

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-filter-stubs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: PR Filter Stubs
on:
pull_request:
paths:
- 'apps/**/*.md'
- '**/*.yml'

jobs:

Expand All @@ -22,7 +22,7 @@ jobs:
id: filter
uses: DevExpress/github-actions/pr-filter@main
with:
paths: '**;!apps/**/*.md'
paths: '**;!**/*.yml'

testcafe:
name: ${{ matrix.jobName }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/qunit_tests-additional-renovation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
pull_request:
paths:
- '**'
- '!apps/**/*.md'
- '!**/*.yml'
push:
branches: [24_2]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/qunit_tests-renovation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
pull_request:
paths:
- '**'
- '!apps/**/*.md'
- '!**/*.yml'
push:
branches: [24_2]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/renovation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
pull_request:
paths:
- '**'
- '!apps/**/*.md'
- '!**/*.yml'
push:
branches: [24_2]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/styles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
pull_request:
paths:
- '**'
- '!apps/**/*.md'
- '!**/*.yml'
push:
branches: [24_2]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testcafe_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
pull_request:
paths:
- '**'
- '!apps/**/*.md'
- '!**/*.yml'
push:
branches: [24_2]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/themebuilder_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
pull_request:
paths:
- '**'
- '!apps/**/*.md'
- '!**/*.yml'
push:
branches: [24_2]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ts_declarations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
pull_request:
paths:
- '**'
- '!apps/**/*.md'
- '!**/*.yml'
push:
branches: [24_2]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wrapper_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
paths:
- '**'
- '!apps/**/*.md'
- '!**/*.yml'
push:
branches: [24_2]

Expand Down

0 comments on commit 2d6c497

Please sign in to comment.