From 7d8e8c9ac240dbd832b612b609e6ac02a09736e2 Mon Sep 17 00:00:00 2001 From: Salman Mohammadi Date: Wed, 13 Aug 2025 12:58:30 +0100 Subject: [PATCH] nit [skip-e2e] --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 3636da115..1823ad5c0 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -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