From e2d9a77d9ead171afb53a0defcb214f9c54c4b8d Mon Sep 17 00:00:00 2001 From: Lyra McMillan Date: Wed, 24 Jan 2024 17:12:35 -0500 Subject: [PATCH] [VIDEO-2684] - Disabling auto version tag update for now --- .github/workflows/auto-update-version.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/auto-update-version.yml b/.github/workflows/auto-update-version.yml index 6586206..63db0e0 100644 --- a/.github/workflows/auto-update-version.yml +++ b/.github/workflows/auto-update-version.yml @@ -2,9 +2,12 @@ name: Auto Update Version run-name: Move to ${{ github.ref_name }} on: - push: - tags: - - v* + #changed to workflow_dispatch to disable auto trigger until we figure out the public/private repo issue + workflow_dispatch: + inputs: + target: + description: Target Tag + required: true jobs: update: