exasol / bucketfs-python

BucketFS utilities for the Python programming language
https://exasol.github.io/bucketfs-python
MIT License
1 stars 1 forks source link

✨ Conditional Running for SaaS Tests in CI #126

Closed Nicoretti closed 3 months ago

Nicoretti commented 4 months ago

Summary

Add a control mechanism in our Continuous Integration pipeline to selectively execute the SaaS tests. Ideally, these specific tests should only run under certain conditions such as when explicitly invoked, either by a triggering commit or a manual activation via the workflow. This enhancement is intended to streamline our CI process, reducing unnecessary testing cycles and improving overall efficiency.

Furthermore, we should run them only for one python version.