drone / go-convert

Package convert provides tools for converting pipeline configuration files to the Drone format.
Apache License 2.0
10 stars 8 forks source link

[github] support `jobs.<job_id>.steps[*].timeout-minutes` #59

Closed jimsheldon closed 1 year ago

jimsheldon commented 1 year ago

The maximum number of minutes to run the step before killing the process.

See

We should document how our timeout differs from GitHub Actions.

jimsheldon commented 1 year ago

Related to #44 but for the step level.

jimsheldon commented 1 year ago

PR #58

jimsheldon commented 1 year ago

69 adds downgrade support