Skip to content

Commit 746b186

Browse files
author
earthmant
committed
fix the nightly run
1 parent 0a43266 commit 746b186

1 file changed

Lines changed: 17 additions & 1 deletion

File tree

.circleci/config.yml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,4 +263,20 @@ workflows:
263263
branches:
264264
only:
265265
- 2.14.18-build
266-
jobs: *all_jobs
266+
jobs:
267+
- unittests_py27
268+
- wagon:
269+
filters:
270+
branches:
271+
only: /2.14.18-build|master)/
272+
- rhel_wagon:
273+
filters:
274+
branches:
275+
only: /2.14.18-build|master)/
276+
- integration_tests:
277+
requires:
278+
- wagon
279+
- rhel_wagon
280+
filters:
281+
branches:
282+
only: /2.14.18-build|master)/

0 commit comments

Comments
 (0)