Skip to content

Commit aca47da

Browse files
authored
Merge branch 'main' into main
2 parents 6b18efc + eab38c7 commit aca47da

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/test-report.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Test Report
2+
run-name: Generate Test Report for run `${{ github.event.workflow_run.run_number }}` branch `${{ github.event.workflow_run.head_branch }}`
3+
4+
on:
5+
workflow_run:
6+
workflows: ["CI", "build"]
7+
types: [completed]
8+
9+
jobs:
10+
report:
11+
name: Test Report 🧪
12+
uses: DbUp/Universe/.github/workflows/test-report.yml@main

0 commit comments

Comments
 (0)