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

Dependabot PRs failing GoReleaser workflow #241

Closed
joelanford opened this issue Oct 12, 2023 · 1 comment
Closed

Dependabot PRs failing GoReleaser workflow #241

joelanford opened this issue Oct 12, 2023 · 1 comment

Comments

@joelanford
Copy link
Member

Dependabot PRs are failing the GoReleaser workflow because they are trying to setup the GPG keyring necessary to sign release artifacts. What is strange is that we explicitly skip pull_request events from the signing flow (because we don't actually publish artifacts from PRs).

It seems there's something special about dependabot PRs that cause this condition to evaluate to true

@ncdc
Copy link
Member

ncdc commented Jan 11, 2024

I fixed this in #249

@ncdc ncdc closed this as completed Jan 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants