Conversation
Co-authored-by: Zhihao Dai <zhihao.dai@eng.ox.ac.uk>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #2951 +/- ##
==========================================
- Coverage 95.54% 95.48% -0.07%
==========================================
Files 150 150
Lines 16198 16198
==========================================
- Hits 15477 15466 -11
- Misses 721 732 +11 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Hi @daidahao, I just checked whether updating the Changelog will not re-trigger the checks, but it seems they were triggered. So this change is not effective yet 🤔 |
|
It turned out that What that means is that the workflow would still be triggered as long as some non-ignored files are changed in the PR, like From GitHub documentation, I could not find options that can stop triggering the workflows between commits in the same PR. |
Checklist before merging this PR:
Fixes #.
Summary
Ignore certain files like
CHANGELOG.mdandREADME.mdin PR workflows. There is no need to run workflows on changes like typos or formatting. Feel free to suggest any files that can be ignored.Other Information