qsliu2017 opened a new pull request #2050: URL: https://github.com/apache/apisix-dashboard/pull/2050
Please answer these questions before submitting a pull request, **or your PR will get closed**. **Why submit this pull request?** - [ ] Bugfix - [ ] New feature provided - [x] Improve performance - [ ] Backport patches **What changes will this PR take into?** This PR is for the summer2021 project [#210050256 Optimizing GitHub Action Quality and Speed in Dashboard](https://summer.iscas.ac.cn/#/org/prodetail/210050256) 1. modify `on.[event].<paths|paths-ignore>` so that workflows run only when related paths change. 1. using `paths-filter` action to filter changed files' type and run related steps. 1. using `actions/cache` to cache downloads and dependences. 1. using `buildx` as docker build tool so that docker layers can be cached. 1. set up yarn cache of `actions/setup-node` **Related issues** fix #658 **Checklist:** - [x] Did you explain what problem does this PR solve? Or what new features have been added? - [ ] Have you added corresponding test cases? - [ ] Have you modified the corresponding document? - [ ] Is this PR backward compatible? If it is not backward compatible, please discuss on the mailing list first -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
