graphql-client
graphql-client copied to clipboard
Configure CI ro run only required workflows

Also there is no required workflow. It's need to be configured in repo settengs.
Also there is no required workflow. It's need to be configured in repo settengs.
I cannot select any of the workflows as required status check...
Help says it has to be configured by the organization (of which I'm not a member of)
The duplicate workflow run is caused by havin both pull requests and pushes to branches other than master trigger the workflow... Thus when you push to a dev branch which has an open PR, the workflow is triggered twice....
There seems to be no proper workaround to this, other than disabling workflows on push and always creating PRs... which we could enforce in the repo settings...
Or configure CI like in core repo.