FullscreenUI: Fix nav loss after logging in to RA #957
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |