Skip to content

Commit a44468a

Browse files
authored
Ci: Fix gtest filter (#1190)
Fix * update gtest job trigger configuration
1 parent d608256 commit a44468a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/path_filters.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ ubuntu_build: &ubuntu_build
44
- .github/workflows/base_build.yml
55
- '**'
66

7+
linux_gtest: &linux_gtest
8+
- .github/workflows/ubuntu_build_with_gtest.yml
9+
- '.github/workflows/upl*'
10+
- 'patches/ice_drv/**'
11+
- '*src'
12+
- '*build'
13+
714
ice_build: &ice_build
815
- .github/workflows/base_build.yml
916
- 'paths/ice_drv/**'

0 commit comments

Comments
 (0)