VoronUsers/.github/workflows/pull_request_post_process_c...

11 lines
288 B
YAML

on:
workflow_run:
workflows: ["pull_request_ci"]
types:
- completed
jobs:
post_process_pr_ci:
if: ${{ github.event.workflow_run.event == 'pull_request' }}
uses: VoronDesign/.github/.github/workflows/voronusers-ci-pr-postprocess.yml@main