Skip to content

Commit 59e322e

Browse files
committed
Triggers Doc: Typo in link.
1 parent a289c76 commit 59e322e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/triggers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ The "Quiet" modifier allows you to configure jobs to run silently (i.e. complete
427427
A few notes about behaviors:
428428

429429
- Invisible mode affects running jobs, queued jobs, as well as upcoming jobs, in the UI.
430-
- You can still access running invisible jobs via the API (i.e. [get_job](api.md#get_job), [get_jobs](api.md#get_job)).
430+
- You can still access running invisible jobs via the API (i.e. [get_job](api.md#get_job), [get_jobs](api.md#get_jobs)).
431431
- As soon as jobs complete, they will become visible again (unless `ephemeral` is also set).
432432
- Ephemeral mode will automatically disable itself if the job produces output files, or has a non-zero code (i.e. job failed).
433433
- Both invisible and ephemeral modes are passed down to child sub-jobs if set on a workflow.

0 commit comments

Comments
 (0)