Skip to content

Full Deployment

Full Deployment #2

Workflow file for this run

name: Full Deployment
on:
repository_dispatch:
types: [test_workflows]
concurrency:
group: ci-test_workflows-runner
cancel-in-progress: true
jobs:
test-create:
name: Create
uses: ./.github/workflows/create-upload.yaml
test-verify:
needs: test-create
name: Test
uses: ./.github/workflows/download-verify.yaml

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

View workflow run for this annotation

GitHub Actions / .github/workflows/test.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/test.yaml" -> "./.github/workflows/download-verify.yaml" (source branch with sha:7893d373131a1f59ddf002dc10d6f0eba0fa37ea) : workflow is not reusable as it is missing a `on.workflow_call` trigger