Skip to content

Commit

Permalink
ci(workflows): Rename license job
Browse files Browse the repository at this point in the history
  • Loading branch information
bartventer authored Apr 29, 2024
1 parent 9d23e9d commit 9f96b99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9f96b99

Please sign in to comment.