Skip to content

Add ProcessBider, allows waiting for an arbitrary process to end #732

Add ProcessBider, allows waiting for an arbitrary process to end

Add ProcessBider, allows waiting for an arbitrary process to end #732

Workflow file for this run

name: Qx Push Reaction
on:
workflow_dispatch:
push:
branches-ignore:
- 'master'
jobs:
trigger-windows-build:
name: Build Qx (Windows)
uses: ./.github/workflows/build-qx-windows.yml
secrets:
qt_ffynnon_cred: ${{ secrets.OBYBOT_FFYNNON_CREDS }}
trigger-linux-build:
name: Build Qx (Linux)
uses: ./.github/workflows/build-qx-linux.yml
secrets:
qt_ffynnon_cred: ${{ secrets.OBYBOT_FFYNNON_CREDS }}