Skip to content

Commit 0dd26b4

Browse files
feat: update examples (#22)
1 parent 030d54e commit 0dd26b4

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed
File renamed without changes.

src/examples/pipeline-queue.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
description: >
2+
Use when you want a single workflow to be run at the end of a given pipeline (internal queueing).
3+
usage:
4+
version: 2.1
5+
orbs:
6+
workflow-queue: promiseofcake/workflow-queue@3
7+
workflows:
8+
example:
9+
jobs:
10+
- workflow-queue/pipeline-queue:
11+
name: pipeline-queue
12+
context: <context-key>
13+
only-on-branch: main

0 commit comments

Comments
 (0)