Cura/.github/workflows/unit-test-post.yml
2024-12-06 10:22:53 +01:00

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