From: Daniel Stenberg Date: Mon, 13 Jun 2022 08:03:04 +0000 (+0200) Subject: GHA: shorten the reuse CI job name X-Git-Tag: curl-7_84_0~49 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=805796ed0b41412f8bf82c681acdd3379d1d1eb7;p=thirdparty%2Fcurl.git GHA: shorten the reuse CI job name "REUSE compliance / check" should be good enough Closes #9000 --- 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