From c7623e02ca45f64f1c6faeaddf0ad169d2714a03 Mon Sep 17 00:00:00 2001 From: Philip Molares Date: Mon, 23 Nov 2020 16:06:27 +0100 Subject: [PATCH] renamed reuse workflow job name to reuse (#783) Signed-off-by: Philip Molares --- .github/workflows/reuse.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reuse.yml b/.github/workflows/reuse.yml index 5db5f8815..f91edc735 100644 --- a/.github/workflows/reuse.yml +++ b/.github/workflows/reuse.yml @@ -7,7 +7,7 @@ name: REUSE Compliance Check on: [push, pull_request] jobs: - test: + reuse: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2