Skip to content

Commit

Permalink
feat: update examples (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
promiseofcake authored Jul 1, 2024
1 parent 030d54e commit 0dd26b4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
File renamed without changes.
13 changes: 13 additions & 0 deletions src/examples/pipeline-queue.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
description: >
Use when you want a single workflow to be run at the end of a given pipeline (internal queueing).
usage:
version: 2.1
orbs:
workflow-queue: promiseofcake/workflow-queue@3
workflows:
example:
jobs:
- workflow-queue/pipeline-queue:
name: pipeline-queue
context: <context-key>
only-on-branch: main

0 comments on commit 0dd26b4

Please sign in to comment.