Skip to content

POC workflow run

POC workflow run #30

Workflow file for this run

name: POC workflow run
on:
workflow_dispatch:
workflow_run:
workflows: [Sharing data]
types: [completed]
jobs:
poc-workflow-run:
if: ${{ github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success' }}
uses: ./.github/workflows/reuse.yml
secrets: inherit