Skip to content

Commit

Permalink
[circleci] run profile as separate workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mikz committed Dec 5, 2018
1 parent 27b9c0e commit 55cca73
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,11 @@ ignore-forks: &ignore-forks

workflows:
version: 2

profile:
jobs:
- profile

build-test-deploy:
jobs:
- build-lua:
Expand Down Expand Up @@ -332,8 +337,3 @@ workflows:
requires:
- build-lua
- build-perl
- profile:
<<: *build-tags
requires:
- build-lua
- build-perl

0 comments on commit 55cca73

Please sign in to comment.