Skip to content

Workflow file for this run

name: Test Report
run-name: Generate Test Report for workflow ${{ github.event.workflow_run.name }} run ${{ github.event.workflow_run.run_number }} branch ${{ github.event.workflow_run.head_branch }}
on:
workflow_run:
workflows: [ "CI" ]
types:
- completed
jobs:
report:
name: Test Report 🧪
uses: DbUp/Universe/.github/workflows/ReusableWorkflows/test-report.yml@main

Check failure on line 13 in .github/workflows/test-report.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test-report.yml

Invalid workflow file

invalid value workflow reference: workflows must be defined at the top level of the .github/workflows/ directory