CircleCI build using API doesn't get triggered if last commit contains "ci skip"

I am skipping a build job using [ci skip] / [skip ci] keyword as mentioned in CircleCI docs.
Now if I try to trigger this build job using CircleCI API the job is getting skipped because it finds [ci skip] keyword committed in GitHub repo. I had to try multiple times to get it triggered using CircleCI API. Looks like its a bug in CircleCI. Attaching screenshot below for reference

1 Like

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