Commit 002ef04
committed
Add [skip ci] and [ci skip] support to workflow
- Workflow now checks commit message for [skip ci] or [ci skip]
- If either flag is present, the entire workflow is skipped
- Allows developers to push changes without triggering CI when not needed
Usage:
git commit -m "docs: update README [skip ci]"
git commit -m "wip: work in progress [ci skip]"
Signed-off-by: Shreeya Patel <[email protected]>1 parent 50957aa commit 002ef04
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
0 commit comments