Skip to content

Commit b55fca6

Browse files
committed
add comments
1 parent e115757 commit b55fca6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ on:
2020
pull_request:
2121
name: ci
2222
jobs:
23+
# detect whether or note we should run "bulk" (non-handwritten) unit tests
2324
bulk-filter:
2425
runs-on: ubuntu-latest
2526
permissions:
@@ -33,13 +34,16 @@ jobs:
3334
- uses: dorny/paths-filter@v3
3435
id: filter
3536
with:
37+
# we want to run tests if source code is changed or the scripts
38+
# used to run the unit tests
3639
filters: |
3740
src:
3841
- '**/*.java'
3942
- '**/pom.xml'
4043
ci:
4144
- '.github/workflows/ci.yaml'
4245
- '.kokoro/**'
46+
# these unit tests are "bulk" (non-handwritten) libraries
4347
units:
4448
runs-on: ubuntu-latest
4549
needs: bulk-filter

0 commit comments

Comments
 (0)