From 3d962a01927287383650fda6775ba832cbeb36f5 Mon Sep 17 00:00:00 2001 From: Dragomir Penev Date: Thu, 26 Sep 2024 15:54:11 +0300 Subject: [PATCH 1/2] Disaable conflicting build --- .github/workflows/release.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2db3d3d9d..103b7755e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -23,9 +23,9 @@ jobs: permissions: contents: write # Needed for Allure Report beta - build: - name: Build charm - uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v21.0.1 + # build: + # name: Build charm + # uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v21.0.1 release: name: Release charm From 5e8176399f642242494572e45462bf6bb683191f Mon Sep 17 00:00:00 2001 From: Dragomir Penev Date: Thu, 26 Sep 2024 16:02:00 +0300 Subject: [PATCH 2/2] Rename the test artefact --- .github/workflows/ci.yaml | 2 +- .github/workflows/release.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 460919949..13696ee48 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -48,7 +48,7 @@ jobs: uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v21.0.1 with: cache: false - + artifact-prefix: temp-packed-charm integration-test: strategy: diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 103b7755e..2db3d3d9d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -23,9 +23,9 @@ jobs: permissions: contents: write # Needed for Allure Report beta - # build: - # name: Build charm - # uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v21.0.1 + build: + name: Build charm + uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v21.0.1 release: name: Release charm