mirror of
https://github.com/bahdotsh/wrkflw.git
synced 2026-08-29 10:09:25 +02:00
comments
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -78,6 +78,4 @@ fn validate_cron_syntax(cron: &str, result: &mut ValidationResult) {
|
||||
cron
|
||||
));
|
||||
}
|
||||
|
||||
// More detailed validation could be added here
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user