From 30a2b1b592d13495072c7a251ee98f473b4cd951 Mon Sep 17 00:00:00 2001 From: Arran Cudbard-Bell Date: Thu, 4 Mar 2021 13:40:14 +0000 Subject: [PATCH] Just use a static value to differentiate tests running on different branches --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fdef8c8e4e..7c60a618fd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: # Test names are used in the branch protection rules in GitHub # If you change the names here, or add additional matrix entries, you # must also amend the branch protection fules. - name: "${{ github.ref }}-${{ matrix.env.NAME }}" + name: "v3.0.x-${{ matrix.env.NAME }}" steps: -- 2.47.2