Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
hanbyul-here committed Dec 11, 2024
1 parent 2d8e9a5 commit 6e1c613
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ name: Preview build with VEDA UI

on:
workflow_dispatch:
inputs:
VERSION_NUMBER:
default: 'v5.11.0'
repository_dispatch:
types: [update-version]
pull_request:
Expand All @@ -29,7 +26,7 @@ jobs:

- name: Set Version Variable
id: set-version
run: echo "VERSION=${{ github.event.client_payload.VERSION_NUMBER || inputs.VERSION_NUMBER }}" >> $GITHUB_ENV
run: echo "VERSION=${{ github.event.client_payload.VERSION_NUMBER || 'v5.11.0' }}" >> $GITHUB_ENV

- name: git config
shell: bash
Expand Down

0 comments on commit 6e1c613

Please sign in to comment.