Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherHX authored Nov 27, 2024
1 parent d7b10dc commit 8943a75
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Runner.Client/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2540,10 +2540,6 @@ await Task.WhenAny(Task.Run(() => {
cmd.AddOption(opt);
}
}
if(ev == "workflow_dispatch" || ev == "azexpand" || ev == "azpipelines") {
cmd.AddOption(workflowInputsOpt);
cmd.AddOption(workflowInputFilesOpt);
}
}
var startserver = new Command("startserver", "Starts a server listening on the supplied address or selects a random free http address.");
rootCommand.AddCommand(startserver);
Expand Down

0 comments on commit 8943a75

Please sign in to comment.