fonsdant commented on code in PR #17204:
URL: https://github.com/apache/kafka/pull/17204#discussion_r1765262944


##########
.github/workflows/ci-complete.yml:
##########
@@ -118,3 +118,17 @@ jobs:
           description: 'The build scan was successfully published'
           context: 'Gradle Build Scan / Java ${{ matrix.java }}'
           state: 'success'
+
+  update-cached-tag:
+    # Skip this workflow if the CI run was skipped or cancelled
+    if: (github.event.workflow_run.conclusion == 'success' || 
github.event.workflow_run.conclusion == 'failure')

Review Comment:
   Oh, thanks! I will fix it!



-- 
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