Skip to content

Commit 2f394d1

Browse files
committed
Fix manual workflow dispatch for validate
1 parent 4d0d726 commit 2f394d1

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/validate.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,16 @@ on:
1919
release:
2020
types:
2121
- created
22+
workflow_dispatch:
23+
inputs:
24+
allow-newer:
25+
description: allow-newer line
26+
required: false
27+
type: string
28+
constraints:
29+
description: constraints line
30+
required: false
31+
type: string
2232

2333
env:
2434
# We choose a stable ghc version across all os's

0 commit comments

Comments
 (0)