Update python-integration-tests.yml by shawncal · Pull Request #2533 · microsoft/semantic-kernel

@shawncal

lemillermicrosoft

@awharrison-28

awharrison-28

@awharrison-28

@lemillermicrosoft

lemillermicrosoft

@awharrison-28

@awharrison-28

dmytrostruk

lemillermicrosoft

lemillermicrosoft

github-merge-queue bot pushed a commit that referenced this pull request

Aug 24, 2023
### Motivation and Context

PRs #2533 and #2555 updated the integration tests to trigger off of
python changes only, but did not actually have the resulting jobs
require the path filtering. This means that the tests never run.

### Description
Add path-filter job as a requirement for subsequent jobs.

### Contribution Checklist

<!-- Before submitting this PR, please make sure: -->

- [ ] The code builds clean without any errors or warnings
- [ ] The PR follows the [SK Contribution
Guidelines](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md)
and the [pre-submission formatting
script](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#development-scripts)
raises no violations
- [ ] All unit tests pass, and I have added new tests where possible
- [ ] I didn't break anyone 😄

---------

Co-authored-by: Lee Miller <lemiller@microsoft.com>

SOE-YoungS pushed a commit to SOE-YoungS/semantic-kernel that referenced this pull request

Nov 1, 2023
Adding back the paths filter on the Python integration tests GitHub
actions.

This ensures that the tests only run when changes under the python/
folder are included. Otherwise, it skips to the final validation step.

---------

Co-authored-by: Abby Harrison <abby.harrison@microsoft.com>
Co-authored-by: Abby Harrison <54643756+awharrison-28@users.noreply.github.com>
Co-authored-by: Lee Miller <lemiller@microsoft.com>

SOE-YoungS pushed a commit to SOE-YoungS/semantic-kernel that referenced this pull request

Nov 1, 2023