mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-10-04 01:46:31 +08:00
14 lines
303 B
YAML
14 lines
303 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:
|
|
workflow_run_json: ${{ toJSON(github.event.workflow_run) }}
|
|
secrets: inherit
|