From: <sv...@op...> - 2025-01-04 07:45:00
|
Author: manx Date: Sat Jan 4 08:44:53 2025 New Revision: 22771 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=22771 Log: [Fix] CI: Github: Cygwin: Cancel old jobs. Modified: trunk/OpenMPT/.github/workflows/Cygwin-Makefile.yml Modified: trunk/OpenMPT/.github/workflows/Cygwin-Makefile.yml ============================================================================== --- trunk/OpenMPT/.github/workflows/Cygwin-Makefile.yml Sat Jan 4 08:43:39 2025 (r22770) +++ trunk/OpenMPT/.github/workflows/Cygwin-Makefile.yml Sat Jan 4 08:44:53 2025 (r22771) @@ -6,6 +6,10 @@ pull_request: branches: [ master ] +concurrency: + group: ${{ github.ref }}-${{ github.workflow }} + cancel-in-progress: true + jobs: build: runs-on: windows-latest |