Skip to content

Commit 2ef67a5

Browse files
committed
clarify gha usage on conda-forge
1 parent 4773a5b commit 2ef67a5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/maintainer/conda_forge_yml.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -509,9 +509,15 @@ The following CI services are available:
509509
* ``circle``
510510
* ``travis``
511511
* ``appveyor``
512+
* ``github_actions``
512513
* ``None`` or ``False`` to disable a build platform.
513514
* ``default`` to choose an appropriate CI (only if available)
514515

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+
515521
For example, switching linux_64 & osx_64 to build on Travis CI, with win_64 on Appveyor:
516522

517523
.. code-block:: yaml

0 commit comments

Comments
 (0)