Skip to content

Commit f5d175c

Browse files
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

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)