Github protected branch and skip ci

Our main branch is protected at the moment. When we open a PR it has to wait for our workflow to finish in order to allow merging to main (and a review).
In our workflow we would like to push an update of some files without triggering the workflow again. So we did try to use [skip ci] but the issue with this is that the PR cannot be merge since it wait for our workflow to finish :confused:.

Do we have to come with some hack or there is a real solution to our problem ?

1 Like

Hi @TimoPtr Thanks for your patience! I can investigate and see if there’s a recommended path here.