Skip to content

Commit

Permalink
feat(ci): pin CI to v0
Browse files Browse the repository at this point in the history
  • Loading branch information
lucabello committed Jan 29, 2025
1 parent aaa1405 commit 6ee3ec1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/promote.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
jobs:
promote:
name: Promote
uses: canonical/observability/.github/workflows/charm-promote.yaml@main
uses: canonical/observability/.github/workflows/charm-promote.yaml@v0
with:
promotion: ${{ github.event.inputs.promotion }}
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ on:
jobs:
pull-request:
name: PR
uses: canonical/observability/.github/workflows/charm-pull-request.yaml@main
uses: canonical/observability/.github/workflows/charm-pull-request.yaml@v0
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ on:

jobs:
release:
uses: canonical/observability/.github/workflows/charm-release.yaml@main
uses: canonical/observability/.github/workflows/charm-release.yaml@v0
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/update-libs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ on:
jobs:
update-lib:
name: Check libraries
uses: canonical/observability/.github/workflows/charm-update-libs.yaml@main
uses: canonical/observability/.github/workflows/charm-update-libs.yaml@v0
secrets: inherit

0 comments on commit 6ee3ec1

Please sign in to comment.