From b36b51158d6462e6e57546865c7b29d3836eaea1 Mon Sep 17 00:00:00 2001 From: Scott Rohde Date: Tue, 14 Jun 2022 00:56:04 -0500 Subject: [PATCH] Change confusing wording for events workflow activity type (#18421) --- .../developer-site/limit_workflow_to_activity_types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/reusables/developer-site/limit_workflow_to_activity_types.md b/data/reusables/developer-site/limit_workflow_to_activity_types.md index 58e9db3306..652e1dcc27 100644 --- a/data/reusables/developer-site/limit_workflow_to_activity_types.md +++ b/data/reusables/developer-site/limit_workflow_to_activity_types.md @@ -1 +1 @@ -By default, all activity types trigger a workflow to run. You can limit your workflow runs to specific activity types using the `types` keyword. For more information, see "[Workflow syntax for {% data variables.product.prodname_actions %}](/articles/workflow-syntax-for-github-actions#onevent_nametypes)." +By default, all activity types trigger workflows that run on this event. You can limit your workflow runs to specific activity types using the `types` keyword. For more information, see "[Workflow syntax for {% data variables.product.prodname_actions %}](/articles/workflow-syntax-for-github-actions#onevent_nametypes)."