Skip to content

Commit 5205fcc

Browse files
Temporarily disable cached builds (#73)
See canonical/mongodb-operator#514
1 parent a4874fd commit 5205fcc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ jobs:
6363
uses: canonical/data-platform-workflows/.github/workflows/[email protected]
6464
with:
6565
path-to-charm-directory: ${{ matrix.path }}
66-
cache: true
6766

6867
integration-test:
6968
strategy:
@@ -83,7 +82,7 @@ jobs:
8382
- build
8483
uses: canonical/data-platform-workflows/.github/workflows/[email protected]
8584
with:
86-
artifact-prefix: packed-charm-cache-true
85+
artifact-prefix: packed-charm-cache-false # TODO revert to "packed-charm-cache-true" when cache re-enabled
8786
cloud: lxd
8887
juju-agent-version: ${{ matrix.juju.agent }}
8988
juju-snap-channel: ${{ matrix.juju.snap_channel }}

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
build:
1414
name: Build charm
1515
uses: canonical/data-platform-workflows/.github/workflows/[email protected]
16+
with:
17+
artifact-prefix: temp-release-packed-charm # TODO: remove after caching re-enabled on PR
1618

1719
release-charm:
1820
name: Release charm

0 commit comments

Comments
 (0)