Skip to content

Commit

Permalink
Remove lib-check prereq for running release (#239)
Browse files Browse the repository at this point in the history
## 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
  • Loading branch information
shayancanonical authored May 2, 2024
1 parent b7da598 commit 743854d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
release:
name: Release charm
needs:
- lib-check
- ci-tests
- build
uses: canonical/data-platform-workflows/.github/workflows/[email protected]
Expand Down

0 comments on commit 743854d

Please sign in to comment.