mirror of
https://github.com/PCSX2/pcsx2.git
synced 2026-07-25 00:14:30 +02:00
18 lines
548 B
YAML
18 lines
548 B
YAML
name: 🖥️ 📦 Dispatch Windows Deps Build
|
|
|
|
on:
|
|
pull_request_target:
|
|
types: [closed]
|
|
|
|
jobs:
|
|
trigger:
|
|
if: github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'requires-win-deps-build')
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Dispatch to windows-dependencies repo
|
|
uses: peter-evans/repository-dispatch@v4
|
|
with:
|
|
token: ${{ secrets.DEPS_REPO_DISPATCH_ACCESS_TOKEN }}
|
|
repository: pcsx2/pcsx2-windows-dependencies
|
|
event-type: deps-update
|