Abacn commented on code in PR #28198:
URL: https://github.com/apache/beam/pull/28198#discussion_r1309185031


##########
.github/workflows/beam_PreCommit_Go.yml:
##########
@@ -49,6 +49,11 @@ permissions:
 concurrency:
   group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || 
github.sha || github.head_ref || github.ref }}-${{ github.event.sender.login 
}}-${{ github.event.schedule }}'
   cancel-in-progress: true
+env:
+  GRADLE_ENTERPRISE_CACHE_USERNAME: ${{ secrets.GE_CACHE_USERNAME }}

Review Comment:
   I see, then probably its good to test with a Java precommit job. I am not 
sure if golang compile ever touches gradle cache



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to