rustworthy commented on code in PR #2520:
URL: https://github.com/apache/iggy/pull/2520#discussion_r2657540210


##########
.github/config/components.yml:
##########
@@ -59,6 +59,10 @@ components:
       - "rust-binary-protocol"
     paths:
       - "core/server/**"
+      # if we only detect changes to the Web UI end-to-end test suite,
+      # do not trigger all the workflows: it is "web-ui" component and
+      # its dedicated task that got e2e tests execution covered
+      - "!core/server/tests/e2e-web/**"

Review Comment:
   this only ignores changes to the end-to-end test suite rather than 
iggy-server sources, no?



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