Skip to content

Commit

Permalink
Removed demo and staging from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
loleg authored and slavas490 committed Feb 27, 2024
1 parent 4f90a74 commit 1dbaa7c
Showing 1 changed file with 1 addition and 27 deletions.
28 changes: 1 addition & 27 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -275,30 +275,4 @@ workflows:
- build-docker-image
filters:
branches:
only: main
- approve-staging:
type: approval
requires:
- build-docker-image
filters:
branches:
only: main
- publish-staging:
requires:
- approve-staging
filters:
branches:
only: main
- approve-demo:
type: approval
requires:
- publish-staging
filters:
branches:
only: main
- publish-demo:
requires:
- approve-demo
filters:
branches:
only: main
only: main

0 comments on commit 1dbaa7c

Please sign in to comment.