Skip to content

Testing

Testing #1

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/test/create-upload.yaml

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

View workflow run for this annotation

GitHub Actions / .github/workflows/test.yaml

Invalid workflow file

invalid value workflow reference: workflows must be defined at the top level of the .github/workflows/ directory
test-verify:
needs: test-create
name: Test
uses: ./.github/workflows/test/download-verify.yaml