Skip to content

Commit a692560

Browse files
committed
Enabled Playwright tests by default
1 parent 1a8d5e9 commit a692560

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/e2e-playwright-manual.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
name: "E2E: Playwright Manual run"
22
on:
33
workflow_dispatch:
4-
sha:
5-
required: true
6-
type: string
4+
inputs:
5+
sha:
6+
description: Commit to run on
7+
required: true
8+
type: string
79

810
permissions:
911
contents: read

0 commit comments

Comments
 (0)