Commit f5d175c
committed
dataconnect.yml: add sparse checkout
diff --git a/.github/workflows/dataconnect.yml b/.github/workflows/dataconnect.yml
index c2df830..5bcf26e 100644
--- a/.github/workflows/dataconnect.yml
+++ b/.github/workflows/dataconnect.yml
@@ -211,6 +211,7 @@ jobs:
- uses: actions/checkout@11bd719 # v4.2.2
with:
show-progress: false
+ sparse-checkout: '.github/'
- uses: docker://rhysd/actionlint:1.7.7
with:
args: -color /github/workspace/.github/workflows/dataconnect.yml
@@ -222,6 +223,11 @@ jobs:
issues: write
runs-on: ubuntu-latest
steps:
+ - uses: actions/checkout@11bd719 # v4.2.2
+ with:
+ show-progress: false
+ sparse-checkout: 'firebase-dataconnect/ci.zsh'
+
- name: Post Comment on Issue
#if: github.event_name == 'schedule'
env:1 parent 8213b59 commit f5d175c
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
| 214 | + | |
214 | 215 | | |
215 | 216 | | |
216 | 217 | | |
| |||
222 | 223 | | |
223 | 224 | | |
224 | 225 | | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
225 | 231 | | |
226 | 232 | | |
227 | 233 | | |
| |||
0 commit comments