Skip to content

Commit

Permalink
Disable self hosted packing and integration tests (#414)
Browse files Browse the repository at this point in the history
  • Loading branch information
dragomirp authored Nov 26, 2024
1 parent de758c7 commit 2d22af2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2d22af2

Please sign in to comment.