Add pull_request_post_process_ci.yml

This commit is contained in:
Florian Heilmann 2023-12-21 02:12:52 +01:00 committed by GitHub
parent 107b1e7841
commit 97611c8735
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
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
secrets:
IMAGEKIT_PRIVATE_KEY: ${{ secrets.IMAGEKIT_PRIVATE_KEY}}
IMAGEKIT_PUBLIC_KEY: ${{ secrets.IMAGEKIT_PUBLIC_KEY }}