Skip to content

Commit

Permalink
Fix failing release CI
Browse files Browse the repository at this point in the history
charmcraft bug causes check-lib check to fail
canonical/charmcraft#1389 (comment)
  • Loading branch information
carlcsaposs-canonical committed Jan 8, 2024
1 parent 38ea56e commit 128e02f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Expand Up @@ -24,8 +24,9 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}

ci-tests:
needs:
- lib-check
# Disabled because of https://github.com/canonical/charmcraft/issues/1389#issuecomment-1880921728
# needs:
# - lib-check
uses: ./.github/workflows/ci.yaml
secrets: inherit
build:
Expand All @@ -37,7 +38,6 @@ jobs:
release:
name: Release charm
needs:
- lib-check
- ci-tests
- build
uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v9.0.0
Expand Down

0 comments on commit 128e02f

Please sign in to comment.