From cb8d44a29e659cce665e6ddc16a11767e1750fa1 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Wed, 4 Mar 2026 17:14:14 -0500 Subject: [PATCH] Remove no workflow files prerequisite --- .../create-and-publish-actions/publish-in-github-marketplace.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/actions/how-tos/create-and-publish-actions/publish-in-github-marketplace.md b/content/actions/how-tos/create-and-publish-actions/publish-in-github-marketplace.md index a6586f86af7f..55193d032d47 100644 --- a/content/actions/how-tos/create-and-publish-actions/publish-in-github-marketplace.md +++ b/content/actions/how-tos/create-and-publish-actions/publish-in-github-marketplace.md @@ -29,7 +29,6 @@ Actions are published to {% data variables.product.prodname_marketplace %} immed * The action must be in a public repository. * Each repository must contain a single action metadata file (`action.yml` or `action.yaml`) at the root. * Repositories may include other actions metadata files in sub-folders, but they will not be automatically listed in the marketplace. -* Each repository must _not_ contain any workflow files. * The `name` in the action's metadata file must be unique. * The `name` cannot match an existing action name published on {% data variables.product.prodname_marketplace %}. * The `name` cannot match a user or organization on {% data variables.product.prodname_dotcom %}, unless the user or organization owner is publishing the action. For example, only the {% data variables.product.prodname_dotcom %} organization can publish an action named `github`.