Skip to content

[DPE-3578] clear backup status (#186) #105

[DPE-3578] clear backup status (#186)

[DPE-3578] clear backup status (#186) #105

Workflow file for this run

# Copyright 2023 Canonical Ltd.
# See LICENSE file for licensing details.
name: Release to latest/edge
on:
push:
branches:
- main
jobs:
pre-integration-checks:
secrets: inherit
strategy:
fail-fast: false
matrix:
include:
- libjuju: ==3.3.0.0
uses: ./.github/workflows/pre_integration_checks.yaml
with:
libjuju-version-specifier: ${{ matrix.libjuju }}
integration:
needs:
- pre-integration-checks
strategy:
fail-fast: false
matrix:
include:
- snap: 3.1/stable
libjuju: ==3.3.0.0
uses: ./.github/workflows/integration.yaml
with:
juju-snap-channel: ${{ matrix.snap }}
libjuju-version-specifier: ${{ matrix.libjuju }}
release-to-charmhub:
name: Release to CharmHub
needs:
- pre-integration-checks
- integration
runs-on: ubuntu-22.04
timeout-minutes: 60
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Select charmhub channel
uses: canonical/charming-actions/[email protected]
id: channel
- name: Upload charm to charmhub
uses: canonical/charming-actions/[email protected]
with:
credentials: "${{ secrets.CHARMHUB_TOKEN }}"
github-token: "${{ secrets.GITHUB_TOKEN }}"
channel: "2/edge"