Skip to content

Commit

Permalink
queue/block_workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
raman-m committed Apr 11, 2024
1 parent 76f5640 commit 88dd110
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 2.1
orbs:
queue: eddiewebb/queue@2.2.1
queue: eddiewebb/queue@3.1.4
jobs:
build:
docker:
Expand All @@ -18,12 +18,12 @@ workflows:
version: 2
main:
jobs:
- queue/block_workflow:
time: '20'
only-on-branch: main
# - queue/block_workflow:
# time: '20'
# only-on-branch: main
- release:
requires:
- queue/block_workflow
# requires:
# - queue/block_workflow
filters:
branches:
only: main
Expand All @@ -33,7 +33,7 @@ workflows:
filters:
branches:
only: develop
pr:
PR:
jobs:
- build:
filters:
Expand Down

0 comments on commit 88dd110

Please sign in to comment.