Skip to content

Commit 69c1005

Browse files
committed
fix: ensure shacl checks are ran in gh actions
1 parent b73aaaa commit 69c1005

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ jobs:
1111
uses: ./.github/workflows/build.yml
1212
with:
1313
is_release: true
14-
shacl_check:
14+
shacl:
1515
uses: ./.github/workflows/checks.yml
1616
with:
17-
check_type: shacl
18-
needs:
19-
- build
17+
is_release: true
2018
make_release:
2119
runs-on: ubuntu-latest
2220
needs:
2321
build
22+
shacl
23+
2424

2525
steps:
2626

0 commit comments

Comments
 (0)