Skip to content

Commit

Permalink
Fix for license check
Browse files Browse the repository at this point in the history
  • Loading branch information
ringods committed Oct 30, 2024
1 parent 7bdb1cb commit 821c341
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .ci-mgmt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ languages:
publish:
sdk: "all,!java"
cdn: false
# license:
# ignore:
license:
ignore:
- github.com/apache/arrow/go/v15
- github.com/grafana/grafana-com-public-clients/go/gcom # Temporary while Grafana provider hasn't been upgraded yet
pr-assign: ringods
toolVersions:
go: "1.22.x"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/license.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
with:
module-path: provider
ignore-modules: >-
github.com/apache/arrow/go/v15,
github.com/grafana/grafana-com-public-clients/go/gcom,
github.com/aead/chacha20,
github.com/apache/arrow/go/v12,
github.com/apache/thrift/lib/go/thrift,
Expand Down

0 comments on commit 821c341

Please sign in to comment.