We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d608256 commit a44468aCopy full SHA for a44468a
.github/path_filters.yml
@@ -4,6 +4,13 @@ ubuntu_build: &ubuntu_build
4
- .github/workflows/base_build.yml
5
- '**'
6
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
+
14
ice_build: &ice_build
15
16
- 'paths/ice_drv/**'
0 commit comments