Skip to content

Commit

Permalink
feat(ci): pin CI to v0 (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucabello authored Jan 29, 2025
1 parent 33ecfed commit e6102d7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ 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

terraform-checks:
name: Terraform
uses: canonical/observability/.github/workflows/terraform-quality-checks.yaml@main
uses: canonical/observability/.github/workflows/terraform-quality-checks.yaml@v0
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 e6102d7

Please sign in to comment.