input-output-hk / devx

The Developer Experience Shell - This repo contains a nix develop shell for haskell. Its primary purpose is to help get a development shell for haskell quickly and across multiple operating systems (and architectures).
Apache License 2.0
39 stars 9 forks source link

[devx] enable merge queues #72

Closed angerman closed 1 year ago

angerman commented 1 year ago

We want to ensure that hydra has run prior to GHA. The idea here is to use merge queue. GHA's only run on main. However hydra would run on the merge-queue branch, and thus ensure that all the hydra artifacts are built beforehand.

angerman commented 1 year ago

Implemented in devx settings now.