Improves usage of ci tests by not relying on github paths #190
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Describe your changes and why you are making these changes
The path/ignore path conditions used by Github Actions are very broad for our use cases. Often times users will update documentation in the same PR that they make code changes in, and this will trigger both the testing/skip-testing workflows. The best way to configure this is to leave it up to the developer to decide when to run/skip the tests. The new behavior is as follows:
run_integration_test
label: Runs integration testsskip_integration_test
label: Skips integration tests (Should be used when changes are ONLY documentation/UI)One of these labels must be added in order to merge the PR.
Related issue number (if any)
https://linear.app/aqueducthq/issue/ENG-1304/fix-issues-with-integration-test-ci
Checklist before requesting a review