Skip to content

Commit 8dab143

Browse files
committed
also include workflow changes in filter
1 parent 57b2c01 commit 8dab143

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/hermetic-build-scripts-ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,12 @@ jobs:
1616
library:
1717
- 'sdk-platform-java/hermetic_build/**'
1818
- 'sdk-platform-java/.cloudbuild/library_generation/**'
19+
- '.github/workflows/hermetic-build-scripts-ci.yaml'
1920
library-generation-unit-tests:
2021
needs: filter
2122
if: needs.filter.outputs.library == 'true'
2223
runs-on: ubuntu-22.04
24+
name: hermetic build units (python)
2325
defaults:
2426
run:
2527
working-directory: sdk-platform-java
@@ -51,6 +53,7 @@ jobs:
5153
needs: filter
5254
if: needs.filter.outputs.library == 'true'
5355
runs-on: ubuntu-22.04
56+
name: hermetic build lint (shell)
5457
defaults:
5558
run:
5659
working-directory: sdk-platform-java
@@ -68,6 +71,7 @@ jobs:
6871
needs: filter
6972
if: needs.filter.outputs.library == 'true'
7073
runs-on: ubuntu-22.04
74+
name: hermetic build lint (python)
7175
defaults:
7276
run:
7377
working-directory: sdk-platform-java

0 commit comments

Comments
 (0)