Skip to content

Commit 870e45d

Browse files
committed
dataconnect.yml: add sparse checkout
1 parent 1925d9e commit 870e45d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/dataconnect.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ jobs:
211211
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
212212
with:
213213
show-progress: false
214+
sparse-checkout: '.github/'
214215
- uses: docker://rhysd/actionlint:1.7.7
215216
with:
216217
args: -color /github/workspace/.github/workflows/dataconnect.yml
@@ -222,6 +223,11 @@ jobs:
222223
issues: write
223224
runs-on: ubuntu-latest
224225
steps:
226+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
227+
with:
228+
show-progress: false
229+
sparse-checkout: 'firebase-dataconnect/ci.zsh'
230+
225231
- name: Post Comment on Issue
226232
#if: github.event_name == 'schedule'
227233
env:

0 commit comments

Comments
 (0)