From 06f91349f77a6a39c635f1e1ad240e7003eeb593 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Thu, 6 Jun 2024 18:23:08 +0100 Subject: [PATCH] ci: remove ref for release workflows --- .github/workflows/test.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1557658112..a318ebdc04 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -294,7 +294,6 @@ jobs: steps: - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 with: - ref: "refs/heads/dev" fetch-depth: 0 # All history - name: fetch tags @@ -339,7 +338,6 @@ jobs: steps: - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 with: - ref: "refs/heads/dev" fetch-depth: 0 # All history - name: fetch tags