slawekjaranowski commented on code in PR #1979:
URL: https://github.com/apache/maven-resolver/pull/1979#discussion_r3641379037


##########
.github/workflows/maven-verify.yml:
##########
@@ -19,7 +19,14 @@ name: Verify
 
 on:
   push:
+    branches: [ master ]
   pull_request:
+    branches: [ master ]
+
+# allow single build per branch or PR
+concurrency:
+  group: ${{ github.workflow }}-${{ github.ref }}
+  cancel-in-progress: true

Review Comment:
   This is in shared action



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