nit [skip-e2e]

This commit is contained in:
Salman Mohammadi
2025-08-13 12:58:30 +01:00
parent 7c2466b739
commit 7d8e8c9ac2

View File

@@ -59,7 +59,7 @@ We welcome ideas for improvements and new features. To suggest an enhancement, o
#### Skipping CI Checks
For development convenience, you can skip certain CI checks by including specific keywords in your commit messages:
You can skip certain CI checks by including specific keywords in your commit messages:
- `[skip ci]` or `skip ci` - Skips all CI checks for that commit
- `[skip-e2e]` or `skip-e2e` - Skips only end-to-end tests while running other CI checks