Skip to content

Commit b353a0c

Browse files
committed
feat(ci): pin CI to v0
1 parent 2ba744e commit b353a0c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/promote.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
jobs:
1515
promote:
1616
name: Promote
17-
uses: canonical/observability/.github/workflows/charm-promote.yaml@main
17+
uses: canonical/observability/.github/workflows/charm-promote.yaml@v0
1818
with:
1919
promotion: ${{ github.event.inputs.promotion }}
2020
secrets: inherit

.github/workflows/pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ on:
88
jobs:
99
pull-request:
1010
name: PR
11-
uses: canonical/observability/.github/workflows/charm-pull-request.yaml@main
11+
uses: canonical/observability/.github/workflows/charm-pull-request.yaml@v0
1212
secrets: inherit

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ on:
77

88
jobs:
99
release:
10-
uses: canonical/observability/.github/workflows/charm-release.yaml@main
10+
uses: canonical/observability/.github/workflows/charm-release.yaml@v0
1111
secrets: inherit

0 commit comments

Comments
 (0)