From: Arran Cudbard-Bell Date: Thu, 4 Mar 2021 13:32:16 +0000 (+0000) Subject: Just use a static value to differentiate tests running on different branches X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34f9fd3fc689e4e9305bf365d7623410a539f3e1;p=thirdparty%2Ffreeradius-server.git Just use a static value to differentiate tests running on different branches --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 10b5024b68c..dbc349e4892 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: