From fb4774b0761317b5de513d1bbb1a58166327f419 Mon Sep 17 00:00:00 2001 From: Yuwen Hu <54161268+Oscilloscope98@users.noreply.github.com> Date: Mon, 1 Jul 2024 19:06:29 +0800 Subject: [PATCH] Update pull request template for manually-ttriggered Unit tests (#11482) --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 177392ae..61f0e570 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -19,7 +19,7 @@ ### 4. How to test? - [ ] N/A -- [ ] Unit test +- [ ] Unit test: Please manually trigger the Unit test [here](https://github.com/intel-analytics/ipex-llm-workflow/actions/workflows/llm-unit-tests.yml) by inputting the full commit ID (SHA value) of your last commit (e.g., `a1b2c3d4e5f6g7h8i9j0`). And paste your action link here. - [ ] Application test - [ ] Document test - [ ] ...