Skip to content

Commit

Permalink
fix workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldmitry committed Jul 25, 2024
1 parent eec12e5 commit e0fb382
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bundle-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release Bundle

on:
workflow_call:

jobs:
per-channel-integration-matrix:
name: Per-channel integration matrix
Expand All @@ -13,7 +13,7 @@ jobs:
charm-channel: [ "edge", "beta", "candidate", "stable" ]
steps:
- name: Run integration matrix for ${{ matrix.charm-channel }} channel
uses: canonical/observability/.github/workflows/_bundle_release.yaml@main
uses: canonical/observability/.github/workflows/_bundle-release.yaml@main
with:
charm-channel: ${{ matrix.charm-channel }}

0 comments on commit e0fb382

Please sign in to comment.