Skip to content

Commit d62ffda

Browse files
sonichithinkall
andauthored
workflow path->paths (microsoft#915)
* workflow path->paths * Apply suggestions from code review Co-authored-by: Li Jiang <[email protected]> --------- Co-authored-by: Li Jiang <[email protected]>
1 parent 4f694a3 commit d62ffda

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

.github/workflows/openai.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ name: OpenAI
66
on:
77
pull_request:
88
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'
1213
- '.github/workflows/openai.yml'
1314

1415
jobs:

.github/workflows/python-package.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@ name: Build
66
on:
77
push:
88
branches: ['main']
9-
path:
10-
- 'flaml/*'
11-
- 'test/*'
12-
- 'notebook/*'
9+
paths:
10+
- 'flaml/**'
11+
- 'test/**'
12+
- 'notebook/**'
1313
- '.github/workflows/python-package.yml'
1414
- 'setup.py'
1515
pull_request:
1616
branches: ['main']
17-
path:
18-
- 'flaml/*'
19-
- 'test/*'
20-
- 'notebook/*'
17+
paths:
18+
- 'flaml/**'
19+
- 'test/**'
20+
- 'notebook/**'
2121
- '.github/workflows/python-package.yml'
2222
- 'setup.py'
2323

0 commit comments

Comments
 (0)