Skip to content

Commit

Permalink
[circleci] temporarily disable jobs that are not used
Browse files Browse the repository at this point in the history
We need to make our build less resource intensive, as it is taking a lot
of time in queue now.
  • Loading branch information
mikz committed Aug 6, 2018
1 parent 6324e2b commit bb6f305
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -282,8 +282,6 @@ workflows:
context: org-global
build-test-deploy:
jobs:
- profile:
<<: *build-tags
- build-lua:
<<: *build-tags
- build-perl:
Expand Down Expand Up @@ -322,8 +320,3 @@ workflows:
<<: *ignore-forks
tags:
only: /^v\d+\..+/
- benchmark:
requires:
- deploy
filters:
<<: *ignore-forks

0 comments on commit bb6f305

Please sign in to comment.