From 805796ed0b41412f8bf82c681acdd3379d1d1eb7 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 13 Jun 2022 10:03:04 +0200 Subject: [PATCH] GHA: shorten the reuse CI job name "REUSE compliance / check" should be good enough Closes #9000 --- .github/workflows/reuse.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/reuse.yml b/.github/workflows/reuse.yml index 5db246da40..23e019fc82 100644 --- a/.github/workflows/reuse.yml +++ b/.github/workflows/reuse.yml @@ -3,7 +3,7 @@ # # SPDX-License-Identifier: curl -name: REUSE Compliance Check +name: REUSE compliance on: # Trigger the workflow on push or pull requests, but only for the @@ -17,7 +17,7 @@ on: - master jobs: - test: + check: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 -- 2.47.3