mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-24 16:38:34 -07:00
13 lines
303 B
YAML
13 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
|