We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4773a5b commit 2ef67a5Copy full SHA for 2ef67a5
src/maintainer/conda_forge_yml.rst
@@ -509,9 +509,15 @@ The following CI services are available:
509
* ``circle``
510
* ``travis``
511
* ``appveyor``
512
+* ``github_actions``
513
* ``None`` or ``False`` to disable a build platform.
514
* ``default`` to choose an appropriate CI (only if available)
515
516
+Note that ``github_actions`` is not available for the conda-forge github organization
517
+except for self-hosted runs to avoid a denial of service due to other critical
518
+infrastructure running on Github actions. Other github organizations may use
519
+``github_actions`` as a CI provider.
520
+
521
For example, switching linux_64 & osx_64 to build on Travis CI, with win_64 on Appveyor:
522
523
.. code-block:: yaml
0 commit comments