Skip to content

Commit beba0a8

Browse files
authored
Omit tag job (#205)
This PR removes the `tag` job. The `release_charm_edge` [release notes](https://github.com/canonical/data-platform-workflows/blob/main/.github/workflows/release_charm_edge.md) indicate it should be omitted if we don't implement refresh v3.
1 parent 6b52b47 commit beba0a8

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,6 @@ on:
88
- 2/edge
99

1010
jobs:
11-
tag:
12-
name: Create charm refresh compatibility version git tag
13-
uses: canonical/data-platform-workflows/.github/workflows/tag_charm_edge.yaml@v32.1.0
14-
with:
15-
track: '2'
16-
permissions:
17-
contents: write # Needed to create git tag
18-
1911
ci-tests:
2012
name: Tests
2113
uses: ./.github/workflows/ci.yaml
@@ -26,11 +18,10 @@ jobs:
2618
release:
2719
name: Release charm
2820
needs:
29-
- tag
3021
- ci-tests
3122
uses: canonical/data-platform-workflows/.github/workflows/release_charm_edge.yaml@v32.1.0
3223
with:
33-
track: ${{ needs.tag.outputs.track }}
24+
track: "2"
3425
artifact-prefix: ${{ needs.ci-tests.outputs.artifact-prefix }}
3526
secrets:
3627
charmhub-token: ${{ secrets.CHARMHUB_TOKEN }}

0 commit comments

Comments
 (0)