generated from canonical/template-operator
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable self hosted packing and integration tests (#414)
- Loading branch information
Showing
2 changed files
with
2 additions
and
4 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 |
---|---|---|
|
@@ -45,8 +45,7 @@ jobs: | |
|
||
build: | ||
name: Build charm | ||
# self-hosted-builders branch is a temporary solution to reduce runner costs until https://github.com/canonical/charmcraftcache-hub/issues/111 is fixed | ||
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@self-hosted-builders | ||
uses: canonical/data-platform-workflows/.github/workflows/[email protected] | ||
with: | ||
cache: true | ||
|
||
|
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 |
---|---|---|
|
@@ -25,8 +25,7 @@ jobs: | |
|
||
build: | ||
name: Build charm | ||
# self-hosted-builders branch is a temporary solution to reduce runner costs until https://github.com/canonical/charmcraftcache-hub/issues/111 is fixed | ||
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@self-hosted-builders | ||
uses: canonical/data-platform-workflows/.github/workflows/[email protected] | ||
|
||
release: | ||
name: Release charm | ||
|