mumrah commented on code in PR #17204:
URL: https://github.com/apache/kafka/pull/17204#discussion_r1764114537
##########
.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:
In this case, we only want to run if the workflow was successful.
--
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]