Skip to content

Commit

Permalink
Merge pull request #5464 from novuhq/suggestions
Browse files Browse the repository at this point in the history
fix(ci): Workflow_dispatch for Web E2e
  • Loading branch information
AliaksandrRyzhou authored Apr 26, 2024
2 parents 36cb678 + 3458d16 commit f8d31ba
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/reusable-web-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ name: Test WEB

# Controls when the action will run. Triggers the workflow on push or pull request
on:
workflow_dispatch:
inputs:
ee:
description: 'use the ee version of worker'
required: false
default: true
type: boolean
workflow_call:
inputs:
ee:
Expand Down

0 comments on commit f8d31ba

Please sign in to comment.