Commit 88820a0
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 <spatel@ciq.com>1 parent 5a7ffe0 commit 88820a0
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
0 commit comments