You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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]>
0 commit comments