Skip to content

Commit

Permalink
test cache
Browse files Browse the repository at this point in the history
  • Loading branch information
carlcsaposs-canonical committed Jan 9, 2025
1 parent f0a0dcf commit 9ae2efc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name: Tests

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: ${{ github.workflow }}-${{ github.ref }}-1
cancel-in-progress: true

on:
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
name: Build charm
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@charmcraftst124
with:
cache: false
cache: true
charmcraft-snap-channel: latest/beta/data-platform

release:
Expand All @@ -77,7 +77,7 @@ jobs:
- build
uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@charmcraftst124
with:
channel: dpe/edge/test-cc-poetry-plugin-4
channel: dpe/edge/test-cc-poetry-plugin-5
artifact-prefix: ${{ needs.build.outputs.artifact-prefix }}
create-github-release: false
charmcraft-snap-channel: latest/beta/data-platform
Expand Down

0 comments on commit 9ae2efc

Please sign in to comment.