File tree 2 files changed +12
-11
lines changed
2 files changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,10 @@ name: OpenAI
6
6
on :
7
7
pull_request :
8
8
branches : ['main']
9
- path :
10
- - ' flaml/integrations/oai/*'
11
- - ' test/openai/*'
9
+ paths :
10
+ - ' flaml/integrations/oai/**'
11
+ - ' test/openai/**'
12
+ - ' notebook/integrate_openai.ipynb'
12
13
- ' .github/workflows/openai.yml'
13
14
14
15
jobs :
Original file line number Diff line number Diff line change @@ -6,18 +6,18 @@ name: Build
6
6
on :
7
7
push :
8
8
branches : ['main']
9
- path :
10
- - ' flaml/*'
11
- - ' test/*'
12
- - ' notebook/*'
9
+ paths :
10
+ - ' flaml/** '
11
+ - ' test/** '
12
+ - ' notebook/** '
13
13
- ' .github/workflows/python-package.yml'
14
14
- ' setup.py'
15
15
pull_request :
16
16
branches : ['main']
17
- path :
18
- - ' flaml/*'
19
- - ' test/*'
20
- - ' notebook/*'
17
+ paths :
18
+ - ' flaml/** '
19
+ - ' test/** '
20
+ - ' notebook/** '
21
21
- ' .github/workflows/python-package.yml'
22
22
- ' setup.py'
23
23
You can’t perform that action at this time.
0 commit comments