Jan 7, 2022
0
Level 17
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.
Please or to participate in this conversation.