Skip to content

Commit fdd9bbc

Browse files
committed
fix: it was close
1 parent b988f3f commit fdd9bbc

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/checks.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ name: quality and correctness checks on the schema
22

33
on:
44
workflow_call:
5+
inputs:
6+
is_release:
7+
required: false
8+
type: boolean
9+
510

611
jobs:
712
quality_checks:

0 commit comments

Comments
 (0)