Skip to content

Commit

Permalink
Merge 9c37125 into b73d14a
Browse files Browse the repository at this point in the history
  • Loading branch information
MiaAltieri authored Oct 21, 2024
2 parents b73d14a + 9c37125 commit ad31324
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: Release to 6/edge

on:
push:
branches:
- 6/edge
pull_request:

jobs:
lib-check:
Expand All @@ -25,22 +23,13 @@ jobs:
credentials: "${{ secrets.CHARMHUB_TOKEN }}"
github-token: "${{ secrets.GITHUB_TOKEN }}"

ci-tests:
needs:
- lib-check
uses: ./.github/workflows/ci.yaml
secrets: inherit
permissions:
contents: write # Needed for Allure Report beta

build:
name: Build charm
uses: canonical/data-platform-workflows/.github/workflows/[email protected]

release:
name: Release charm
needs:
- ci-tests
- build
uses: canonical/data-platform-workflows/.github/workflows/[email protected]
with:
Expand Down

0 comments on commit ad31324

Please sign in to comment.