Skip to content

Commit 3f0f9c7

Browse files
authored
fix:remove redudnant "needs" and rename shacl->checks
1 parent b190cd4 commit 3f0f9c7

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
with:
1313
is_release: true
1414

15-
shacl:
15+
checks:
1616
uses: ./.github/workflows/checks.yml
1717
with:
1818
is_release: true
@@ -21,8 +21,7 @@ jobs:
2121
make_release:
2222
runs-on: ubuntu-latest
2323
needs:
24-
- build
25-
- shacl
24+
- checks
2625

2726
steps:
2827
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)