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 aca6eb0 commit fa22805
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 @@ -18,7 +18,7 @@ jobs:
# Check if the last commit is a merge from the `ui-changes` branch
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
environment: docker
permissions:
id-token: write
contents: write
Expand Down

0 comments on commit fa22805

Please sign in to comment.