From d30ee14ab3959addd726eee4555e5f07fe94f062 Mon Sep 17 00:00:00 2001 From: Ryn Daniels <397565+ryndaniels@users.noreply.github.com> Date: Wed, 16 Feb 2022 16:39:42 +0200 Subject: [PATCH] Pass the matrix branch to the checkout action (#10304) --- .github/workflows/slowtests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/slowtests.yml b/.github/workflows/slowtests.yml index 3b0f177a7..74f2b8998 100644 --- a/.github/workflows/slowtests.yml +++ b/.github/workflows/slowtests.yml @@ -14,6 +14,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v1 + with: + ref: ${{ matrix.branch }} - name: Get commits from past 24 hours id: check_commits run: |