When i read that github checks are now supported i wanted to try out.
It worked nice.
But one of my jobs is commiting a version file to github with [ci skip] in comment. So no new build should be triggered.
After switching VCS Github (Github Checks API) on every time the job commited a version file with [ci skip] in comment a new build was triggered.
I did not noticed at once, so about 45 builds with a duration of 10 min. each have been triggered.
After swiching the Github Checks API off, rebaseing the branch (dropped 44 commits) and a commit force the “new” build has been skipped.