We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6b18efc + eab38c7 commit aca47daCopy full SHA for aca47da
1 file changed
.github/workflows/test-report.yml
@@ -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