Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[KYUUBI #4315] [INFRA] Check modules available before build step in d…
…ependency workflow ### _Why are the changes needed?_ - Check whether modules are available by running `mvnd dependency:resolve`. if true, skip the `build` step of `mvnd install`. - Reducing the time cost of dependency workflow from ~ 10 min to ~4 min ([see log](https://github.com/apache/kyuubi/actions/runs/4162071562/jobs/7200786535)). ### _How was this patch tested?_ - [x] Pass CI workflows Closes #4315 from bowenliang123/dep-check-first. Closes #4315 7c20ea2 [liangbowen] nit 6539786 [liangbowen] add validate to bring back enforcer check 1c03513 [liangbowen] add validate to bring back enforcer check d4e703d [liangbowen] update dep.yml 8f8d045 [liangbowen] update dep.yml e7adfac [liangbowen] update c88eff9 [liangbowen] check modules available before build Authored-by: liangbowen <liangbowen@gf.com.cn> Signed-off-by: liangbowen <liangbowen@gf.com.cn>
- Loading branch information