From a2a03cedc4f6e5d7f4e52377ed47a8d7cbff3509 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Schartum=20Dokken?= Date: Fri, 3 Jan 2025 14:37:32 +0100 Subject: [PATCH] Update test_stable.yml --- .github/workflows/test_stable.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test_stable.yml b/.github/workflows/test_stable.yml index cb84bc96..a4fd1d45 100644 --- a/.github/workflows/test_stable.yml +++ b/.github/workflows/test_stable.yml @@ -21,6 +21,8 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - uses: actions/checkout@v4 + with: + ref: release - uses: ./.github/actions/install-dependencies