Skip to content

Commit

Permalink
Fix manual workflow dispatch for validate
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell committed Dec 22, 2024
1 parent 4d0d726 commit 2f394d1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,16 @@ on:
release:
types:
- created
workflow_dispatch:
inputs:
allow-newer:
description: allow-newer line
required: false
type: string
constraints:
description: constraints line
required: false
type: string

env:
# We choose a stable ghc version across all os's
Expand Down

0 comments on commit 2f394d1

Please sign in to comment.