diff --git a/docs/build/workflows.md b/docs/build/workflows.md index 307ddce8a09..a65cd42d1fa 100644 --- a/docs/build/workflows.md +++ b/docs/build/workflows.md @@ -50,14 +50,16 @@ workflow manually. -## Turn off Workflows +## Turn off or disable Workflows To "turn off" or disable a Workflow: 1. Open the Workflow 2. Click on the Trigger -3. Select the **Disable this trigger** checkbox -4. Select **Save** to save your changes +3. Select the **Disable this trigger** checkbox +4. Select **Save** to save your changes and turn off / disable your workflow + +![disable-wf](/img/disable-wf.png) ## Limit Concurrency diff --git a/static/img/disable-wf.png b/static/img/disable-wf.png new file mode 100644 index 00000000000..5a5aa8b6871 Binary files /dev/null and b/static/img/disable-wf.png differ