diff --git a/app/workers/all_queues.yml b/app/workers/all_queues.yml
index 0d4b92a50658bf7829f9b04656c8977a23bfb935..3180a0dfc81b25f3722538bcb8d9c28e20b4d699 100644
--- a/app/workers/all_queues.yml
+++ b/app/workers/all_queues.yml
@@ -1539,7 +1539,7 @@
   :tags: []
 - :name: pipeline_creation:ci_external_pull_requests_create_pipeline
   :worker_name: Ci::ExternalPullRequests::CreatePipelineWorker
-  :feature_category: :pipeline_authoring
+  :feature_category: :continuous_integration
   :has_external_dependencies:
   :urgency: :high
   :resource_boundary: :cpu
diff --git a/app/workers/ci/external_pull_requests/create_pipeline_worker.rb b/app/workers/ci/external_pull_requests/create_pipeline_worker.rb
index 211ea1f29904cf3efb40bfe17b5fe22bdb81a265..334ff099ea2f6413650de9c0e514e43ca07faad0 100644
--- a/app/workers/ci/external_pull_requests/create_pipeline_worker.rb
+++ b/app/workers/ci/external_pull_requests/create_pipeline_worker.rb
@@ -7,7 +7,7 @@ class CreatePipelineWorker # rubocop:disable Scalability/IdempotentWorker
 
       data_consistency :always
       queue_namespace :pipeline_creation
-      feature_category :pipeline_authoring
+      feature_category :continuous_integration
       urgency :high
       worker_resource_boundary :cpu