File tree Expand file tree Collapse file tree 1 file changed +23
-2
lines changed Expand file tree Collapse file tree 1 file changed +23
-2
lines changed Original file line number Diff line number Diff line change 6
6
# - ubu: ubuntu
7
7
# - ems: Emscripten
8
8
version : 2.1
9
+
10
+ setup : true
11
+
9
12
parameters :
10
13
ubuntu-2004-docker-image :
11
14
type : string
@@ -35,9 +38,15 @@ parameters:
35
38
evm-version :
36
39
type : string
37
40
default : prague
41
+ # Path filtering parameters
42
+ # Documentation workflow
43
+ run-docs-workflow :
44
+ type : boolean
45
+ default : false
38
46
39
47
orbs :
40
48
49
+ path-filtering :
circleci/[email protected]
41
50
42
51
commands :
43
52
matrix_notify_unless_pr :
@@ -1872,6 +1881,20 @@ jobs:
1872
1881
workflows :
1873
1882
version : 2
1874
1883
1884
+ setup :
1885
+ jobs :
1886
+ - path-filtering/filter :
1887
+ name : filter-docs
1888
+ mapping : |
1889
+ docs/.* run-docs-workflow true
1890
+ base-revision : develop
1891
+ config-path : .circleci/config.yml
1892
+
1893
+ docs :
1894
+ when : << pipeline.parameters.run-docs-workflow >>
1895
+ jobs :
1896
+ - b_docs : *requires_nothing
1897
+
1875
1898
main :
1876
1899
jobs :
1877
1900
# basic checks
@@ -1887,8 +1910,6 @@ workflows:
1887
1910
- t_ubu_pyscripts : *requires_nothing
1888
1911
- t_win_pyscripts : *requires_nothing
1889
1912
1890
- # build-only
1891
- - b_docs : *requires_nothing
1892
1913
- b_ubu_ossfuzz : *requires_nothing
1893
1914
- b_ubu_2204 : *requires_nothing
1894
1915
- b_ubu_2204_clang : *requires_nothing
You can’t perform that action at this time.
0 commit comments