ci: only use the macOS runner if manually invoked
authorMatt Harbison <matt_harbison@yahoo.com>
Mon, 14 Oct 2024 12:12:34 -0400
changeset 52015 f9f41b3dcb64
parent 52014 941141c2c475
child 52016 e308439339e2
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.
contrib/heptapod-ci.yml
--- 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