Skip to content

Commit

Permalink
ci: drop release on push
Browse files Browse the repository at this point in the history
  • Loading branch information
shipperizer committed Mar 7, 2025
1 parent 048a33a commit 4c8017f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/on_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,3 @@ jobs:
tests:
name: Run Tests
uses: ./.github/workflows/tests.yaml

# publish runs in series with tests, and only publishes if tests passes
publish-charm:
name: Publish Charm
needs: tests
uses: ./.github/workflows/publish.yaml
secrets:
CHARMCRAFT_CREDENTIALS: ${{ secrets.CHARMCRAFT_CREDENTIALS }}

0 comments on commit 4c8017f

Please sign in to comment.