From: Arran Cudbard-Bell Date: Thu, 4 Mar 2021 13:10:44 +0000 (+0000) Subject: Use simpler test names X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=90f2bb698ee322246bc0cc7f69aba399ca5dce25;p=thirdparty%2Ffreeradius-server.git Use simpler test names --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9cc77d4ba91..2d66e7dab08 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,7 +64,10 @@ jobs: env: ${{ matrix.env }} - name: "${{ matrix.env.NAME }} ${{ toJson(matrix.env) }}" + # 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: "${{ matrix.env.NAME }}" steps: