From 1bec930e2ef56421a9961b4590fa157e014d57bf Mon Sep 17 00:00:00 2001 From: Sergei Zharinov Date: Wed, 14 Jun 2023 21:15:22 +0300 Subject: [PATCH] Use whole .github folder --- .github/workflows/ci-labels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-labels.yml b/.github/workflows/ci-labels.yml index 8ab2fbcd9b8ece..d495a7198426d7 100644 --- a/.github/workflows/ci-labels.yml +++ b/.github/workflows/ci-labels.yml @@ -16,7 +16,7 @@ jobs: - name: Checkout code uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 with: - sparse-checkout: .github/workflows/build.yml + sparse-checkout: .github - name: Call `build` workflow if: github.event.label.name == 'ci:fulltest'