Skip to content

Commit

Permalink
fix(ci): Workflow_dispatch for Web E2e
Browse files Browse the repository at this point in the history
  • Loading branch information
AliaksandrRyzhou committed Apr 26, 2024
1 parent 36cb678 commit 3458d16
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 3458d16

Please sign in to comment.