File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
1414 filters : " changed: 'provider/cmd/**/schema.json'"
1515 - id : sdk_changed
1616 if : steps.schema_changed.outputs.changed == 'false'
17- name : Check for diff in sdk/*
17+ name : Check for diff in sdk/**
1818 uses : dorny/paths-filter@v2
1919 with :
20- filters : " changed: 'sdk/*'"
20+ filters : " changed: 'sdk/** '"
2121 - if : steps.sdk_changed.outputs.changed == 'true' &&
2222 github.event.pull_request.head.repo.full_name != github.repository
2323 name : Send codegen warning as comment on PR
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ TFGEN := pulumi-tfgen-$(PACK)
99PROVIDER := pulumi-resource-$(PACK )
1010VERSION := $(shell pulumictl get version)
1111JAVA_GEN := pulumi-java-gen
12- JAVA_GEN_VERSION := v0.5.0
12+ JAVA_GEN_VERSION := v0.5.4
1313TESTPARALLELISM := 10
1414WORKING_DIR := $(shell pwd)
1515
You can’t perform that action at this time.
0 commit comments