]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
.github/workflows/qa-symlink: sparse checkout verify-qa
authorPatrick Donnelly <pdonnell@ibm.com>
Mon, 27 Jul 2026 13:16:35 +0000 (09:16 -0400)
committerPatrick Donnelly <pdonnell@ibm.com>
Mon, 27 Jul 2026 13:36:03 +0000 (09:36 -0400)
Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
.github/workflows/qa-symlink.yml

index 96f79fc63def157b30ca0479f9309cbb5da23006..60a8d23909a0a3b0f43348df7fae1d8234e015de 100644 (file)
@@ -21,11 +21,14 @@ jobs:
     runs-on: ubuntu-latest
     if: github.repository == 'ceph/ceph'
     steps:
-      - name: Checkout main branch for pull_request_target
+      - name: Checkout verify-qa script from main branch
         uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
         with:
           ref: 'refs/heads/main'
           path: main
+          sparse-checkout: |
+            src/script/verify-qa
+          sparse-checkout-cone-mode: false
 
       - name: Checkout PR HEAD
         uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2