Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

secondman's avatar

Github Action Workflow

Hey all!

I'm trying to implement StyleCI into my client's GH Action workflow.

I'm wondering if anyone else has done this, or if anyone has any ideas on how to make the deployment wait until after StyleCI has fixed and merged any code changes.

The main problem being that both StyleCI and the current deploy action are executed on push so by the time StyleCI finishes, the deploy build, compile, and release steps are already well underway. This is causing a major loop, that starts the whole process over.

Any help would be greatly appreciate.

0 likes
0 replies

Please or to participate in this conversation.