From 4c556a02105f800121f0fa015fe446a3d1184f12 Mon Sep 17 00:00:00 2001 From: ndesai-newrelic <89222514+ndesai-newrelic@users.noreply.github.com> Date: Wed, 26 Jul 2023 10:47:24 -0500 Subject: [PATCH] chore: update workflow --- .github/workflows/update_native_agent_version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_native_agent_version.yml b/.github/workflows/update_native_agent_version.yml index 98ac3ed..f0fb63d 100644 --- a/.github/workflows/update_native_agent_version.yml +++ b/.github/workflows/update_native_agent_version.yml @@ -1,6 +1,6 @@ name: Update Native Agent Version on: - workflow_call: + workflow_dispatch: inputs: VERSION_NUMBER: required: true