Skip to content

Commit

Permalink
fix: run license check on pr commits (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhrabovcin authored Sep 18, 2024
1 parent f70f780 commit 4dc6424
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-licenses.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Check licenses.d2iq.yaml
on:
pull_request:
types: [opened, reopened]
types: [opened, reopened, synchronize]
workflow_dispatch: {}

env:
Expand Down
6 changes: 3 additions & 3 deletions licenses.d2iq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ resources:
license_path: LICENSE
- container_image: ghcr.io/mesosphere/cruise-control:2.5.139
sources:
- url: https://github.com/banzaicloud/docker-cruise-control
- url: https://github.com/mesosphere/docker-cruise-control
ref: ${image_tag}
license_path: LICENSE
- container_image: ghcr.io/mesosphere/jmx-javaagent:0.18.0
sources:
- url: https://github.com/banzaicloud/docker-jmx-exporter
- url: https://github.com/mesosphere/docker-jmx-exporter
ref: ${image_tag}
license_path: LICENSE
- container_image: ghcr.io/banzaicloud/kafka-operator:v0.25.1
Expand All @@ -33,7 +33,7 @@ resources:
- container_image: ghcr.io/mesosphere/dkp-container-images/ghcr.io/banzaicloud/kafka:2.13-3.4.1-d2iq.1
sources:
- url: https://github.com/banzaicloud/docker-kafka
ref: ${image_tag}
ref: ${image_tag%-d2iq.1}
license_path: LICENSE
- container_image: docker.io/bitnami/kubectl:1.29.6
sources:
Expand Down

0 comments on commit 4dc6424

Please sign in to comment.