Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

unit-test-post

unit-test-post #4

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 }}