Skip to content

Commit 8426eee

Browse files
authored
Update global-queue.yml to use version 3 (#24)
The global-queue example is outdated (showing version 2 and the old "queue"). This PR updates the example to use v3.
1 parent 89a95bb commit 8426eee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/examples/global-queue.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ description: >
33
usage:
44
version: 2.1
55
orbs:
6-
workflow-queue: promiseofcake/workflow-queue@2
6+
workflow-queue: promiseofcake/workflow-queue@3
77
workflows:
88
example:
99
jobs:
10-
- workflow-queue/queue:
10+
- workflow-queue/global-queue:
1111
name: workflow-queue
1212
context: <context-key>
1313
only-on-branch: main

0 commit comments

Comments
 (0)