Skip to content

Commit

Permalink
Run merkely CI tasks in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed May 22, 2021
1 parent eb6617e commit 157a919
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,13 @@ workflows:
requires: [ deploy-to-beta ]
- approve-to-prod:
type: approval
requires: [ merkely-log-deployment-to-beta ]
requires: [ deploy-to-beta ]
- deploy-to-prod:
context: cyberdojo-context
requires: [ approve-to-prod ]
- merkely-log-deployment-to-prod:
context: cyberdojo-context
requires: [ deploy-to-prod ]
requires: [ approve-to-prod ]

every-hour:
triggers:
Expand Down

0 comments on commit 157a919

Please sign in to comment.