We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b988f3f commit fdd9bbcCopy full SHA for fdd9bbc
1 file changed
.github/workflows/checks.yml
@@ -2,6 +2,11 @@ name: quality and correctness checks on the schema
2
3
on:
4
workflow_call:
5
+ inputs:
6
+ is_release:
7
+ required: false
8
+ type: boolean
9
+
10
11
jobs:
12
quality_checks:
0 commit comments