Skip to content

Commit

Permalink
Merged revision(s) 22769 from trunk/OpenMPT:
Browse files Browse the repository at this point in the history
[Fix] CI: Github: MSYS: Cancel old jobs.
........


git-svn-id: https://source.openmpt.org/svn/openmpt/branches/OpenMPT-1.31@22770 56274372-70c3-4bfc-bfc3-4c3a0b034d27
  • Loading branch information
manxorist committed Jan 4, 2025
1 parent 68fe88e commit 148835f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/MSYS2-Autotools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
- { 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
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/MSYS2-Makefile-Clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
- { 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
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/MSYS2-Makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
- { 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
Expand Down

0 comments on commit 148835f

Please sign in to comment.