Skip to content

Commit 743854d

Browse files
Remove lib-check prereq for running release (#239)
## Issue As part of [PR 237](#237), the `lib-check` CI step was moved to run during pull request from release. However, the release still `needs` `lib-check` which no longer exists ## Solution Remove the `lib-check` pre-req for release
1 parent b7da598 commit 743854d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
release:
2323
name: Release charm
2424
needs:
25-
- lib-check
2625
- ci-tests
2726
- build
2827
uses: canonical/data-platform-workflows/.github/workflows/[email protected]

0 commit comments

Comments
 (0)