Fix issues with validation workflow schedule
Compare changes
- Karel van Klink authored
Allow for running a validation workflow on a subscription that is out of sync, if the workflow is marked as able to run on one Allow for running multiple validation workflows on one subscription
+ 22
− 14
@@ -10,11 +10,11 @@ From this list, each workflow is selected that meets the following:
@@ -22,8 +22,16 @@ logger = structlog.get_logger(__name__)
@@ -35,18 +43,18 @@ def validate_subscriptions() -> None: