How to skip ci using commit message when push trigger is used?

,

In the documentation it clearly states that you can skip ci based on the commit message, or change the title of the PR to skip ci. The later work while the former is not working when I trigger a CI on push.

What happened ?

  1. I created a push trigger on a specific branch to trigger a CI
  2. Added [skip ci] in the commit message

It didn’t skip the ci and CI was triggered.
Works fine with the PR when I add [skip ci] to the title of the PR.

Did I misunderstood it ?

SkipCI Documentation

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.