Skip to content

On New Release

On New Release #2

name: On New Release
on:
release:
types: [created]
jobs:
quality-build-test:
uses: ./.github/workflows/workflow-new-code-changes.yml

Check failure on line 8 in .github/workflows/workflow-new-release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/workflow-new-release.yml

Invalid workflow file

error parsing called workflow ".github/workflows/workflow-new-release.yml" -> "./.github/workflows/workflow-new-code-changes.yml" (source tag with sha:38de864fa8ccd6277efccd06014e489442e06e80) : workflow is not reusable as it is missing a `on.workflow_call` trigger
deploy-all:
needs: quality-build-test
uses: ./.github/workflows/workflow-deploy-all.yml