We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0200e5 commit 28291b0Copy full SHA for 28291b0
.github/workflows/ci.yaml
@@ -57,9 +57,9 @@ jobs:
57
id: filter
58
with:
59
filters: |
60
- java-bigquery: java-bigquery
61
- java-bigquerystorage: java-bigquerystorage
62
- java-datastore: java-datastore
+ java-bigquery: java-bigquery/**
+ java-bigquerystorage: java-bigquerystorage/**
+ java-datastore: java-datastore/**
63
split-units:
64
runs-on: ubuntu-latest
65
needs: changes
0 commit comments