robur-coop / builder

Scheduling build jobs on regular intervals, collecting artifacts
ISC License
13 stars 1 forks source link

Allow a job that is never scheduled #32

Closed reynir closed 11 months ago

reynir commented 1 year ago

I think it could be useful to allow jobs that are never scheduled. That is, an execution of the job is always manually executed using builder-client execute. The use could be for jobs whose purpose is to test changes, and the user only wants to execute a build when they have made changes.

reynir commented 11 months ago

Implemented by @hannesm in #34.