-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update data-platform-workflows to v21.0.1 (#206)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information
1 parent
28e2aad
commit 02874e3
Showing
4 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,11 +20,11 @@ on: | |
jobs: | ||
lint: | ||
name: Lint | ||
uses: canonical/data-platform-workflows/.github/workflows/[email protected].0 | ||
uses: canonical/data-platform-workflows/.github/workflows/[email protected].1 | ||
|
||
build: | ||
name: Build charm | ||
uses: canonical/data-platform-workflows/.github/workflows/[email protected].0 | ||
uses: canonical/data-platform-workflows/.github/workflows/[email protected].1 | ||
with: | ||
cache: true | ||
|
||
|
@@ -43,7 +43,7 @@ jobs: | |
needs: | ||
- lint | ||
- build | ||
uses: canonical/data-platform-workflows/.github/workflows/[email protected].0 | ||
uses: canonical/data-platform-workflows/.github/workflows/[email protected].1 | ||
with: | ||
artifact-prefix: ${{ needs.build.outputs.artifact-prefix }} | ||
cloud: ${{ matrix.cloud }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,14 +22,14 @@ jobs: | |
|
||
build: | ||
name: Build charm | ||
uses: canonical/data-platform-workflows/.github/workflows/[email protected].0 | ||
uses: canonical/data-platform-workflows/.github/workflows/[email protected].1 | ||
|
||
release: | ||
name: Release charm | ||
needs: | ||
- ci-tests | ||
- build | ||
uses: canonical/data-platform-workflows/.github/workflows/[email protected].0 | ||
uses: canonical/data-platform-workflows/.github/workflows/[email protected].1 | ||
with: | ||
channel: edge | ||
artifact-prefix: ${{ needs.build.outputs.artifact-prefix }} | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters