Skip to content

Commit

Permalink
BH-1070: Nightly build for v6.0 (#1438)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmleroux committed Jan 26, 2022
1 parent ec5ffe7 commit f0e6817
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 2
version: 2.1
jobs:
build:
machine:
Expand Down Expand Up @@ -65,3 +65,12 @@ workflows:
jobs:
- build
- test_migrations_from_5_0

nightly:
when:
and:
- equal: [ scheduled_pipeline, << pipeline.trigger_source >> ]
- equal: [ "nightly_v6", << pipeline.schedule.name >> ]
jobs:
- build
- test_migrations_from_5_0

0 comments on commit f0e6817

Please sign in to comment.