Skip to content

Commit

Permalink
Merge pull request #165 from blinemedical/disable-auto-version-update
Browse files Browse the repository at this point in the history
[VIDEO-2684] - Disable auto version tag update for now
  • Loading branch information
lyramcmillan authored Jan 24, 2024
2 parents 2eabc32 + e2d9a77 commit e1d0aef
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/auto-update-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e1d0aef

Please sign in to comment.