Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ on:
jobs:
lint:
name: Lint
uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v30.1.3
uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v31.0.1

build:
name: Build snap
uses: canonical/data-platform-workflows/.github/workflows/build_snap.yaml@v30.1.3
uses: canonical/data-platform-workflows/.github/workflows/build_snap.yaml@v31.0.1

smoke:
name: Smoke test snap
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ on:
jobs:
build:
name: Build snap
uses: canonical/data-platform-workflows/.github/workflows/build_snap.yaml@v30.1.3
uses: canonical/data-platform-workflows/.github/workflows/build_snap.yaml@v31.0.1

release:
name: Release snap
needs:
- build
uses: canonical/data-platform-workflows/.github/workflows/release_snap.yaml@v30.1.3
uses: canonical/data-platform-workflows/.github/workflows/release_snap.yaml@v31.0.1
with:
channel: 14/edge
artifact-prefix: ${{ needs.build.outputs.artifact-prefix }}
Expand Down
Loading