Skip to content

Commit 90f3e45

Browse files
Merge pull request #8036 from MicrosoftDocs/pipelines/440312
CL triggers
2 parents 3dd6d4a + 3443df6 commit 90f3e45

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/pipelines/process/pipeline-triggers.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,3 +186,11 @@ For example, consider two pipelines named `A` and `B` that are in the same repos
186186
- When `A` completes, it triggers another run of `B`, based on the pipeline completion trigger in `B`.
187187

188188
To prevent triggering two runs of `B` in this example, you must disable its CI trigger (`trigger: none`) or pipeline trigger (`pr: none`).
189+
190+
## Related content
191+
192+
- [Scheduled triggers](scheduled-triggers.md)
193+
194+
- [Classic pipeline triggers](../release/pipeline-triggers-classic.md)
195+
196+
- [Classic release triggers](../release/triggers.md)

0 commit comments

Comments
 (0)