Skip to content

Chore: Organize github actions pipelines. #281

Chore: Organize github actions pipelines.

Chore: Organize github actions pipelines. #281

Workflow file for this run

name: Deployment Pipeline
on:
push:
branches: [ main ]
tags: [ "v*" ]
pull_request:
branches: [ main ]
jobs:
native:
permissions:
contents: write
uses: ./.github/workflows/native.yml
secrets: inherit
wasm:
permissions:
contents: write
uses: ./.github/workflows/wasm.yml
secrets: inherit
demo:
permissions:
contents: write
uses: ./.github/workflows/demo.yml

Check failure on line 26 in .github/workflows/pipeline.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pipeline.yml

Invalid workflow file

error parsing called workflow ".github/workflows/pipeline.yml" -> "./.github/workflows/demo.yml" (source branch with sha:97fa9711d7db84dc75cfb5f120509cf3f46c5f25) : workflow is not reusable as it is missing a `on.workflow_call` trigger
secrets: inherit