yaooqinn commented on code in PR #53008:
URL: https://github.com/apache/spark/pull/53008#discussion_r2516450332


##########
.github/workflows/build_and_test.yml:
##########
@@ -53,6 +53,9 @@ on:
       codecov_token:
         description: The upload token of codecov.
         required: false
+concurrency:
+  group: ${{ github.workflow }}-${{ github.ref }}
+  cancel-in-progress: true

Review Comment:
   Hi @HyukjinKwon. I didn't the similar thing in #40822 while it seemed to be 
dysfunctional.
   
   > How was this patch tested?
   
   @gaogaotiantian, you can push some adjacent commits to see whether it can 
cancel previous pending or running ones or notHi @HyukjinKwon, I didn't see 
anything similar in #40822, even though it appeared to be malfunctioning.
   
   > How was this patch tested?
   
   @gaogaotiantian, you can push some adjacent commits to see if they can 
cancel any previous pending or running ones..



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to