From: <sv...@op...> - 2025-01-04 08:31:18
|
Author: manx Date: Sat Jan 4 09:31:06 2025 New Revision: 22777 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=22777 Log: Merged revision(s) 22768, 22771 from trunk/OpenMPT: [New] build: CI: GitHub: Add Cygwin Makefile builder. ........ [Fix] CI: Github: Cygwin: Cancel old jobs. ........ Added: branches/OpenMPT-1.31/.github/workflows/Cygwin-Makefile.yml - copied, changed from r22768, trunk/OpenMPT/.github/workflows/Cygwin-Makefile.yml Modified: branches/OpenMPT-1.31/ (props changed) Copied and modified: branches/OpenMPT-1.31/.github/workflows/Cygwin-Makefile.yml (from r22768, trunk/OpenMPT/.github/workflows/Cygwin-Makefile.yml) ============================================================================== --- trunk/OpenMPT/.github/workflows/Cygwin-Makefile.yml Sat Jan 4 08:01:14 2025 (r22768, copy source) +++ branches/OpenMPT-1.31/.github/workflows/Cygwin-Makefile.yml Sat Jan 4 09:31:06 2025 (r22777) @@ -2,9 +2,11 @@ on: push: - branches: [ master ] - pull_request: - branches: [ master ] + branches: [ OpenMPT-1.31 ] + +concurrency: + group: ${{ github.ref }}-${{ github.workflow }} + cancel-in-progress: true jobs: build: |