]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Just use a static value to differentiate tests running on different branches
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 4 Mar 2021 13:40:14 +0000 (13:40 +0000)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 4 Mar 2021 13:40:32 +0000 (13:40 +0000)
.github/workflows/ci.yml

index fdef8c8e4e3ec5f4a04a9093d93f522f4492ba38..7c60a618fd18ca5eccea21d57d8c39dbd07a8b08 100644 (file)
@@ -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: