From 8476580df997155f1acc03968e9ccfe09cb227c6 Mon Sep 17 00:00:00 2001 From: J-E Castagnede Date: Tue, 31 Jan 2023 10:30:30 +0100 Subject: [PATCH] optimize CI --- .github/workflows/dependencies.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index 8ecb4a9462..f57a221017 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -27,6 +27,7 @@ jobs: steps: - uses: actions/checkout@v3 with: + ref: ${{ github.head_ref }} token: ${{ secrets.PAT }} - name: Set up Python