We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 030d54e commit 0dd26b4Copy full SHA for 0dd26b4
src/examples/example.yml renamed to src/examples/global-queue.yml
src/examples/pipeline-queue.yml
@@ -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