File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,20 @@ permissions:
14
14
id-token : write
15
15
16
16
jobs :
17
+ path-filter :
18
+ runs-on : ubuntu-latest
19
+ steps :
20
+ - uses : dorny/paths-filter@v3
21
+ id : filter
22
+ with :
23
+ filters : |
24
+ labelbox:
25
+ - 'libs/labelbox/**'
26
+ - name : Stop if no changes
27
+ if : steps.filter.outputs.labelbox != 'true'
28
+ run : exit 1
17
29
build :
30
+ needs : ['path-filter']
18
31
strategy :
19
32
fail-fast : false
20
33
matrix :
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " lbox-example"
3
3
version = " 0.1.0"
4
- description = " An example module which can be used to develop other module for labelbox-python "
4
+ description = " An example module which can be used to develop other modules under the lbox namespace "
5
5
authors = [
6
6
{ name = " Labelbox" , email = " engineering@labelbox.com" }
7
7
]
You can’t perform that action at this time.
0 commit comments