Skip to content

Commit

Permalink
Update dpw
Browse files Browse the repository at this point in the history
  • Loading branch information
carlcsaposs-canonical committed Jan 7, 2025
1 parent 41cc718 commit 66fdd32
Show file tree
Hide file tree
Showing 5 changed files with 142 additions and 45 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
jobs:
lint:
name: Lint
uses: canonical/data-platform-workflows/.github/workflows/[email protected].5
uses: canonical/data-platform-workflows/.github/workflows/[email protected].6

unit-test:
name: Unit test charm
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:

build:
name: Build charm
uses: canonical/data-platform-workflows/.github/workflows/[email protected].5
uses: canonical/data-platform-workflows/.github/workflows/[email protected].6
with:
cache: true

Expand All @@ -82,7 +82,7 @@ jobs:
- lint
- unit-test
- build
uses: canonical/data-platform-workflows/.github/workflows/[email protected].5
uses: canonical/data-platform-workflows/.github/workflows/[email protected].6
with:
artifact-prefix: ${{ needs.build.outputs.artifact-prefix }}
architecture: ${{ matrix.architecture }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ jobs:

build:
name: Build charm
uses: canonical/data-platform-workflows/.github/workflows/[email protected].5
uses: canonical/data-platform-workflows/.github/workflows/[email protected].6

release:
name: Release charm
needs:
- ci-tests
- build
uses: canonical/data-platform-workflows/.github/workflows/[email protected].5
uses: canonical/data-platform-workflows/.github/workflows/[email protected].6
with:
channel: 8.0/edge
artifact-prefix: ${{ needs.build.outputs.artifact-prefix }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
sync-docs:
name: Sync docs from Discourse
uses: canonical/data-platform-workflows/.github/workflows/[email protected].5
uses: canonical/data-platform-workflows/.github/workflows/[email protected].6
with:
reviewers: a-velasco
permissions:
Expand Down
Loading

0 comments on commit 66fdd32

Please sign in to comment.