diff --git a/.github/workflows/pull_request_post_process_ci.yml b/.github/workflows/pull_request_post_process_ci.yml new file mode 100644 index 000000000..deeffbb81 --- /dev/null +++ b/.github/workflows/pull_request_post_process_ci.yml @@ -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 }}