Skip to content

ci: Rename pr.yaml to check.yaml (#20) #2

ci: Rename pr.yaml to check.yaml (#20)

ci: Rename pr.yaml to check.yaml (#20) #2

Workflow file for this run

# This is a template `release.yaml` file for ops charms
# This file is managed by bootstack-charms-spec and should not be modified
# within individual charm repos. https://launchpad.net/bootstack-charms-spec
name: Release to Edge
on:
push:
branches: [ master, main ]
concurrency:
group: release
cancel-in-progress: true
jobs:
check:
uses: ./.github/workflows/check.yaml

Check failure on line 17 in .github/workflows/release.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/release.yaml" -> "./.github/workflows/check.yaml" (source branch with sha:691075c60e1d0bbb53fcea200b0e77a355e228c1) : workflow is not reusable as it is missing a `on.workflow_call` trigger
release:
needs: check
uses: canonical/bootstack-actions/.github/workflows/charm-release.yaml@v2
secrets: inherit
with:
channel: "latest/edge"
upload-image: false