diff --git a/.github/workflows/ui.yaml b/.github/workflows/ui.yaml index 7398a25ce..e0e90f3dc 100644 --- a/.github/workflows/ui.yaml +++ b/.github/workflows/ui.yaml @@ -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: