Triggering testing workflows when there are changes on the workflows#1320
Triggering testing workflows when there are changes on the workflows#1320pacostas wants to merge 1 commit intopaketo-buildpacks:mainfrom
Conversation
12a1de4 to
da945f7
Compare
|
@paketo-buildpacks/java-maintainers The java sample integration tests seems like they are failing. |
|
@pacostas There is a script that runs for the Java integration tests. The script looks at the changes and determines which samples to run for the integration test. Because there are so many Java samples, we don't want to run all the samples if a change was isolated to just one sample. This change is breaking that script. I'm not sure why offhand, but I'd suspect it's based on the inputs changing. There's likely an assumption about the inputs will be under the The easiest thing is to add That bash will likely need adjusted to work with this new scenario. |
Summary
This PR adds a hook in order to trigger the workflows while there are changes on the workflow itself
Use Cases
Checklist