From d6df224c0b621ccbff351c5cc2d1d7d1304ae9a5 Mon Sep 17 00:00:00 2001 From: ndesai-newrelic <89222514+ndesai-newrelic@users.noreply.github.com> Date: Thu, 15 Aug 2024 15:34:53 -0500 Subject: [PATCH] Update test-chang-tracking --- .github/workflows/test-chang-tracking | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-chang-tracking b/.github/workflows/test-chang-tracking index 185e584..657cb75 100644 --- a/.github/workflows/test-chang-tracking +++ b/.github/workflows/test-chang-tracking @@ -1,5 +1,16 @@ name: Change Tracking Marker - on: [push, pull_request] + on: + workflow_dispatch: + # Inputs the workflow accepts. + inputs: + confirmation: + # Friendly description to be shown in the UI instead of 'name' + description: 'Are you sure you want to release?' + type: boolean + # Default value if no value is explicitly provided + default: false + # Input has to be provided for the workflow to run + required: true jobs: newrelic: