Drop GCC 10 from auto builds due to ICE #111
Workflow file for this run
This file contains 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: QI-QMP Push Reaction | |
on: | |
workflow_dispatch: | |
push: | |
branches-ignore: | |
- 'master' | |
jobs: | |
trigger-windows-build: | |
name: Build QI-QMP (Windows) | |
uses: ./.github/workflows/build-qi-qmp-windows.yml | |
secrets: | |
qt_ffynnon_cred: ${{ secrets.OBYBOT_FFYNNON_CREDS }} | |
trigger-linux-build: | |
name: Build QI-QMP (Linux) | |
uses: ./.github/workflows/build-qi-qmp-linux.yml | |
secrets: | |
qt_ffynnon_cred: ${{ secrets.OBYBOT_FFYNNON_CREDS }} |