Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skip 'Update Go' job if not a go project #785

Merged
merged 1 commit into from
Aug 15, 2022
Merged

Skip 'Update Go' job if not a go project #785

merged 1 commit into from
Aug 15, 2022

Conversation

dmikusa
Copy link
Contributor

@dmikusa dmikusa commented Aug 10, 2022

Looks for 'go.mod' or 'go.sum'. If they both exist, then this job is added

Resolves #783

Signed-off-by: Daniel Mikusa dmikusa@vmware.com

Looks for 'go.mod' or 'go.sum'. If they both exist, then this job is added

Resolves #783

Signed-off-by: Daniel Mikusa <dmikusa@vmware.com>
@dmikusa dmikusa added type:bug A general bug semver:patch A change requiring a patch version bump labels Aug 10, 2022
@dmikusa dmikusa requested a review from a team August 10, 2022 19:56
@dmikusa dmikusa merged commit 7deb041 into main Aug 15, 2022
@dmikusa dmikusa deleted the gh_issue_783 branch August 15, 2022 13:34
This was referenced Aug 15, 2022
This was referenced Aug 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver:patch A change requiring a patch version bump type:bug A general bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Do not generate the "Update Go" workflow for projects that are missing a go.mod file
2 participants