Testing Callback #75
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Needed to publish test results in fork | |
name: Testing Callback | |
on: | |
workflow_run: | |
workflows: ["PR Testing"] | |
types: | |
- completed | |
jobs: | |
call-reusable-workflow: | |
name: Call Reusable Testing Callback Workflow | |
uses: NilFoundation/ci-cd/.github/workflows/reusable-crypto3-publish-result.yml@v1.2.0 |