From 9f96b99e8b6529b744a9118fa5479280a29ab0f0 Mon Sep 17 00:00:00 2001 From: Bart Venter <72999113+bartventer@users.noreply.github.com> Date: Mon, 29 Apr 2024 18:58:21 +0200 Subject: [PATCH] ci(workflows): Rename license job --- .github/workflows/go.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index cc4c681..6c15bdc 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -41,6 +41,7 @@ jobs: license-scan: runs-on: ubuntu-latest needs: [build] + name: License Scan if: github.event_name == 'push' steps: - uses: actions/checkout@v4