changeset 52015:f9f41b3dcb64

ci: only use the macOS runner if manually invoked Right now, we only have a single machine with a single runner, so don't create a bottleneck by default.
author Matt Harbison <matt_harbison@yahoo.com>
date Mon, 14 Oct 2024 12:12:34 -0400
parents 941141c2c475
children e308439339e2
files contrib/heptapod-ci.yml
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/contrib/heptapod-ci.yml	Tue Oct 08 18:59:44 2024 -0400
+++ b/contrib/heptapod-ci.yml	Mon Oct 14 12:12:34 2024 -0400
@@ -183,5 +183,6 @@
 
 macos:
     <<: *test_c
+    when: manual  # avoid overloading the CI by default
     tags:
       - macos