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 .
Do we have to come with some hack or there is a real solution to our problem ?