]> 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:32:16 +0000 (13:32 +0000)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 4 Mar 2021 13:32:16 +0000 (13:32 +0000)
.github/workflows/ci.yml

index 10b5024b68c3a0ac95c4eb519602da313b4b417b..dbc349e4892c4f3208763af03585757f62bd2ea1 100644 (file)
@@ -67,7 +67,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: "master-${{ matrix.env.NAME }}"
 
     steps: