Skip to content

Commit

Permalink
Skip the license check on the local shim package
Browse files Browse the repository at this point in the history
  • Loading branch information
ringods committed Oct 28, 2024
1 parent b14e166 commit f71c722
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .ci-mgmt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ languages:
publish:
sdk: "all,!java"
cdn: false
# license:
# ignore:
license:
ignore:
# Don't check for the license of the local shim package
- github.com/paultyng/terraform-provider-unifi/shim
pr-assign: ringods
toolVersions:
go: "1.22.x"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/license.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
with:
module-path: provider
ignore-modules: >-
github.com/paultyng/terraform-provider-unifi/shim,
github.com/aead/chacha20,
github.com/apache/arrow/go/v12,
github.com/apache/thrift/lib/go/thrift,
Expand Down

0 comments on commit f71c722

Please sign in to comment.