graphql-client icon indicating copy to clipboard operation
graphql-client copied to clipboard

Configure CI ro run only required workflows

Open sungam3r opened this issue 2 years ago • 4 comments
trafficstars

изображение

sungam3r avatar Apr 26 '23 08:04 sungam3r

Also there is no required workflow. It's need to be configured in repo settengs.

sungam3r avatar Apr 26 '23 08:04 sungam3r

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)

rose-a avatar Apr 26 '23 08:04 rose-a

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...

rose-a avatar Apr 26 '23 08:04 rose-a

Or configure CI like in core repo.

sungam3r avatar Apr 26 '23 10:04 sungam3r