Skip to content

Commit

Permalink
Merge pull request #9 from canonical/Ibrahim-patch-1
Browse files Browse the repository at this point in the history
Update release.yaml
  • Loading branch information
IbraAoad authored Aug 26, 2024
2 parents 7f0aa90 + 71044e0 commit e767847
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,14 @@ on:
branches:
- main

# The following configuration is temporarily pinned to this branch to enable Juju to restart hooks,
# which are disabled by default (https://github.com/charmed-kubernetes/actions-operator/blob/5c6377ed695d52b8a1693f07b7d641e245269123/src/bootstrap/index.ts#L205).
# Note: This causes integration tests to fail as charms lose connection to the Juju controller
# when added to the mesh, regaining connection only upon hook retry.
# TODO: Revert to main branch after #8 is resolved.
jobs:
release:
uses: canonical/observability/.github/workflows/charm-release.yaml@main
uses: canonical/observability/.github/workflows/charm-release.yaml@istio-test
secrets: inherit
with:
build-for-arm: true

0 comments on commit e767847

Please sign in to comment.