Update pull request template for manually-ttriggered Unit tests (#11482)

This commit is contained in:
Yuwen Hu 2024-07-01 19:06:29 +08:00 committed by GitHub
parent ca24794dd0
commit fb4774b076
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
- [ ] ...