Skip to content

Commit 68b5f88

Browse files
committed
Just include aggregated jobs on hydra
1 parent 799bb58 commit 68b5f88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

release.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ let
2323
let ghcMatch = __match ".*-(ghc[0-9]*)-.*" n;
2424
in
2525
lib.optionalAttrs (
26-
(n == "latest" && include "ghc8107")
27-
|| (ghcMatch != null && include (__head ghcMatch))) jobs) system));
26+
n != "latest"
27+
&& (ghcMatch != null && include (__head ghcMatch))) jobs) system));
2828

2929
jobs = lib.getAttrs supportedSystems (filterCiJobs defaultNix.ciJobs);
3030

0 commit comments

Comments
 (0)