GitHub show build as queued after [skip ci] commit,

I’ve made edit in docs, so don’t want to run CI. However, GitHub show that build as queued (both main branch and PR).

Steps to reproduce:

  1. Create and push to GitGub commit with [skip ci] in description (PR in my case).
  2. Enjoy:
    2.1 PR status: 1 queued check (or forever orange circle near project name)
    2.2 Check details: all jobs are created
    2.3 Circle CI: NOT RUN (only one correct!)

We have fixed skip ci and it should post correct status on the GitHub Checks tab.
Thank you so much for your patience.