Skip to content

Commit

Permalink
feat(ci): add sackd to release matrix
Browse files Browse the repository at this point in the history
Changes:

* Treat `charmhub` as a proper noun. `charmhub` -> `Charmhub`.

Signed-off-by: Jason C. Nucciarone <[email protected]>
  • Loading branch information
NucciTheBoss committed Dec 10, 2024
1 parent d438339 commit 3577fdd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,18 @@ jobs:
uses: ./.github/workflows/ci.yaml

release-to-charmhub:
name: Release to CharmHub
name: Release to Charmhub
needs:
- ci-tests
runs-on: ubuntu-24.04
strategy:
fail-fast: true
matrix:
charm: [slurmctld, slurmd, slurmdbd, slurmrestd]
charm: [slurmctld, slurmd, slurmdbd, slurmrestd, sackd]
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Select charmhub channel
- name: Select Charmhub channel
uses: canonical/charming-actions/[email protected]
id: channel
- name: Install tox
Expand All @@ -46,7 +46,7 @@ jobs:
uses: canonical/[email protected]
with:
channel: 5.21/stable
- name: Upload charm to charmhub
- name: Upload charm to Charmhub
uses: canonical/charming-actions/[email protected]
with:
credentials: "${{ secrets.CHARMCRAFT_AUTH }}"
Expand Down

0 comments on commit 3577fdd

Please sign in to comment.