mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-10-04 07:06:35 +08:00
15 lines
351 B
YAML
15 lines
351 B
YAML
name: unit-test-post
|
|
|
|
on:
|
|
workflow_run:
|
|
workflows: [ "unit-test" ]
|
|
types: [ completed ]
|
|
|
|
jobs:
|
|
publish-test-results:
|
|
uses: ultimaker/cura-workflows/.github/workflows/unit-test-post.yml@main
|
|
with:
|
|
event: ${{ github.event.workflow_run.event }}
|
|
conclusion: ${{ github.event.workflow_run.conclusion }}
|
|
secrets: inherit
|