Skip to content

Commit

Permalink
Fix release CI (#153)
Browse files Browse the repository at this point in the history
Since ci.yaml build doesn't use cache, the artifact name conflicts with
release.yaml build

Follow up to #152
  • Loading branch information
carlcsaposs-canonical authored Jul 1, 2024
1 parent 46b58e5 commit 86ebcae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ jobs:
# Use of cache blocked by https://github.com/canonical/charmcraft/issues/1456
# Details: https://github.com/canonical/charmcraftcache/issues/3
cache: false
# Remove prefix when cache enabled
# Needed to avoid conflict with artifact name on release CI
artifact-prefix: ci-packed-charm-cache-false-.

gh-hosted-collect-integration-tests:
name: (GH hosted) Collect integration test groups
Expand Down

0 comments on commit 86ebcae

Please sign in to comment.