From: <sv...@op...> - 2025-01-04 07:43:46
|
Author: manx Date: Sat Jan 4 08:43:39 2025 New Revision: 22770 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=22770 Log: Merged revision(s) 22769 from trunk/OpenMPT: [Fix] CI: Github: MSYS: Cancel old jobs. ........ Modified: branches/OpenMPT-1.31/ (props changed) branches/OpenMPT-1.31/.github/workflows/MSYS2-Autotools.yml branches/OpenMPT-1.31/.github/workflows/MSYS2-Makefile-Clang.yml branches/OpenMPT-1.31/.github/workflows/MSYS2-Makefile.yml Modified: branches/OpenMPT-1.31/.github/workflows/MSYS2-Autotools.yml ============================================================================== --- branches/OpenMPT-1.31/.github/workflows/MSYS2-Autotools.yml Sat Jan 4 08:43:18 2025 (r22769) +++ branches/OpenMPT-1.31/.github/workflows/MSYS2-Autotools.yml Sat Jan 4 08:43:39 2025 (r22770) @@ -16,6 +16,9 @@ - { sys: MINGW64, rep: mingw64, env: x86_64 } - { sys: MINGW32, rep: mingw32, env: i686 } - { sys: UCRT64, rep: ucrt64, env: ucrt-x86_64 } + concurrency: + group: ${{github.ref}}-${{github.workflow}}-autotools-${{matrix.sys}}-${{matrix.rep}}-${{matrix.env}} + cancel-in-progress: true steps: - uses: actions/checkout@v4 - uses: msys2/setup-msys2@v2 Modified: branches/OpenMPT-1.31/.github/workflows/MSYS2-Makefile-Clang.yml ============================================================================== --- branches/OpenMPT-1.31/.github/workflows/MSYS2-Makefile-Clang.yml Sat Jan 4 08:43:18 2025 (r22769) +++ branches/OpenMPT-1.31/.github/workflows/MSYS2-Makefile-Clang.yml Sat Jan 4 08:43:39 2025 (r22770) @@ -16,6 +16,9 @@ - { sys: MINGW64, rep: mingw64, env: x86_64 } - { sys: MINGW32, rep: mingw32, env: i686 } - { sys: UCRT64, rep: ucrt64, env: ucrt-x86_64 } + concurrency: + group: ${{github.ref}}-${{github.workflow}}-autotools-${{matrix.sys}}-${{matrix.rep}}-${{matrix.env}} + cancel-in-progress: true steps: - uses: actions/checkout@v4 - uses: msys2/setup-msys2@v2 Modified: branches/OpenMPT-1.31/.github/workflows/MSYS2-Makefile.yml ============================================================================== --- branches/OpenMPT-1.31/.github/workflows/MSYS2-Makefile.yml Sat Jan 4 08:43:18 2025 (r22769) +++ branches/OpenMPT-1.31/.github/workflows/MSYS2-Makefile.yml Sat Jan 4 08:43:39 2025 (r22770) @@ -16,6 +16,9 @@ - { sys: MINGW64, rep: mingw64, env: x86_64 } - { sys: MINGW32, rep: mingw32, env: i686 } - { sys: UCRT64, rep: ucrt64, env: ucrt-x86_64 } + concurrency: + group: ${{github.ref}}-${{github.workflow}}-${{matrix.sys}}-${{matrix.rep}}-${{matrix.env}} + cancel-in-progress: true steps: - uses: actions/checkout@v4 - uses: msys2/setup-msys2@v2 |