From ca4bcfa165f3fc5869bcaa21a50e1691bdf460da Mon Sep 17 00:00:00 2001 From: Taylor Silva Date: Fri, 20 Feb 2026 13:04:20 -0500 Subject: [PATCH] document jobs disable_reruns Signed-off-by: Taylor Silva --- docs/docs/jobs.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/docs/jobs.md b/docs/docs/jobs.md index b61652ae..af5383bd 100644 --- a/docs/docs/jobs.md +++ b/docs/docs/jobs.md @@ -157,6 +157,12 @@ A pipeline's jobs are listed under [`pipeline.jobs`](pipelines/index.md#pipeline _Default `false`_. If set to `true`, manual triggering of the job (via the web UI or [`fly trigger-job`](#fly-trigger-job)) will be disabled. +??? info "`disable_reruns`: [`boolean`](config-basics.md#boolean-schema)" + + ### `disable_reruns` + _Default `false`_. If set to `true`, rerunning builds of the job (via the + web UI or [`fly rerun-build`](#fly-rerun-build)) will be disabled. + ??? info "`interruptible`: [`boolean`](config-basics.md#boolean-schema)" ### `interruptible`