fonsdant commented on code in PR #17204:
URL: https://github.com/apache/kafka/pull/17204#discussion_r1763444822
##########
.github/workflows/build.yml:
##########
@@ -83,6 +83,14 @@ jobs:
run: python .github/scripts/checkstyle.py
env:
GITHUB_WORKSPACE: ${{ github.workspace }}
+ - name: Update Floating 'cached' Tag on Successful Trunk Build
+ if: github.ref == 'refs/heads/trunk' && success()
+ run: |
+ git fetch --tags
+ git tag -f cached $GITHUB_SHA
Review Comment:
Updated!
--
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]