We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b73aaaa commit 69c1005Copy full SHA for 69c1005
1 file changed
.github/workflows/release.yml
@@ -11,16 +11,16 @@ jobs:
11
uses: ./.github/workflows/build.yml
12
with:
13
is_release: true
14
- shacl_check:
+ shacl:
15
uses: ./.github/workflows/checks.yml
16
17
- check_type: shacl
18
- needs:
19
- - build
+ is_release: true
20
make_release:
21
runs-on: ubuntu-latest
22
needs:
23
build
+ shacl
+
24
25
steps:
26
0 commit comments