This commit is contained in:
bahdotsh
2025-03-29 13:02:13 +05:30
parent d1b7158419
commit b30aeebcb6
2 changed files with 1 additions and 3 deletions

View File

@@ -302,7 +302,7 @@ async fn execute_step(
working_dir: &Path,
runtime: &Box<dyn ContainerRuntime>,
workflow: &WorkflowDefinition,
job_runs_on: &str, // Add this parameter to get the runner
job_runs_on: &str,
verbose: bool,
) -> Result<StepResult, ExecutionError> {
let step_name = step

View File

@@ -78,6 +78,4 @@ fn validate_cron_syntax(cron: &str, result: &mut ValidationResult) {
cron
));
}
// More detailed validation could be added here
}