Skip to content

ci: tweak release please component #290

ci: tweak release please component

ci: tweak release please component #290

Workflow file for this run

name: On Push
# On push to a "special" branch, we:
# * always publish to charmhub at latest/edge/branchname
# * always run tests
# where a "special" branch is one of main/master or track/**, as
# by convention these branches are the source for a corresponding
# charmhub edge channel.
on:
push:
branches:
- main
- track/**
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

Check failure on line 25 in .github/workflows/on_push.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/on_push.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/on_push.yaml" -> "./.github/workflows/publish.yaml" (source branch with sha:aa8ce90803bc2d29ac384c8e1d62a36468ab93af) : workflow is not reusable as it is missing a `on.workflow_call` trigger
secrets:
CHARMCRAFT_CREDENTIALS: ${{ secrets.CHARMCRAFT_CREDENTIALS }}