Skip to content

Commit

Permalink
fix: add workflow dispatch to web ui workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
artaasadi committed Nov 11, 2024
1 parent afa497c commit aca6eb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
jobs:
build:
# Check if the last commit is a merge from the `ui-changes` branch
if: (github.event.inputs.buildImportDemo == 'true') || (contains(github.event.head_commit.message, 'Merge pull request') && contains(github.event.head_commit.message, 'ui-changes') && github.event_name != 'pull_request')
if: (github.event.inputs.buildWebUI == 'true') || (contains(github.event.head_commit.message, 'Merge pull request') && contains(github.event.head_commit.message, 'ui-changes') && github.event_name != 'pull_request')
runs-on: ubuntu-latest
environment: golang
permissions:
Expand Down

0 comments on commit aca6eb0

Please sign in to comment.