-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Labels
type:infrastructureBuild process, deployment, workflowsBuild process, deployment, workflows
Description
I tried to create a release of the develop branch on my fork. It doesn't work because the "process-release.yml" is configured in such a way that it only works on the main repository. Which is okay I guess? But I think the change isn't that big to also let it work in forks.
Here is my commit that includes 2 changes I made, so it runs on my fork: marwyg@ee2791b
The only changes were to
- change the condition at the very top that checks the repository owner and
- to remove the whole "upstream-pr" part (this part also checks the repo owner). The first half of the yml did run on my fork and it created the release, so maybe we could simply remove the condition at the top? If the workflow fails (or skips) the second part, that would be okay I guess :) (I am not sure if it skips or fails if the condition is there)
What do you think?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
type:infrastructureBuild process, deployment, workflowsBuild process, deployment, workflows