You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #498 I simplified the Gradle scripts and wrongly assumed that if: github.repository_owner == 'JuulLabs' would cause CI steps to be skipped for PRs created from external repositories (#498 made it so that local Maven publish always tried to sign the publication with secrets only available under the JuulLabs GitHub org).
The text was updated successfully, but these errors were encountered:
In #498 I simplified the Gradle scripts and wrongly assumed that
if: github.repository_owner == 'JuulLabs'
would cause CI steps to be skipped for PRs created from external repositories (#498 made it so that local Maven publish always tried to sign the publication with secrets only available under theJuulLabs
GitHub org).The text was updated successfully, but these errors were encountered: