We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d781cf5 commit 26a6c57Copy full SHA for 26a6c57
2 files changed
.github/workflows/build.yml
@@ -4,9 +4,9 @@ on:
4
workflow_call:
5
inputs:
6
is_release:
7
- required: true
+ required: false
8
type: boolean
9
-
+ default: false
10
11
jobs:
12
.github/workflows/checks.yml
@@ -1,15 +1,16 @@
1
name: SHACL validation
2
3
on:
- pull_request:
- paths:
- - 'schema/**'
+
+ pull_request:
+ paths:
13
+ - 'schema/**'
14
15
16
validate:
0 commit comments