Hi dev team,
Since it was brought up in a conversation i thought it would be appropriate for the dev mail. If we want to filter which tests to run based on changes: https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-syntax-for-github-actions#example-ignoring-paths Currently this would enable us to run the following suites isolated, if we detect changes in specific files: - Component tests - Functions tests - Python tests - Python federated tests - application tests - build - documentation If we want finer granularity we need to split the function tests, or change the design slightly. Best regards Sebastian
