diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index a67d739f6..b83da712e 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -3,7 +3,7 @@ name: Build (Android) on: [push, pull_request] concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} + group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }} cancel-in-progress: true jobs: diff --git a/.github/workflows/emscripten.yml b/.github/workflows/emscripten.yml index 834c56540..2605e9beb 100644 --- a/.github/workflows/emscripten.yml +++ b/.github/workflows/emscripten.yml @@ -3,7 +3,7 @@ name: Build (Emscripten) on: [push, pull_request] concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} + group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }} cancel-in-progress: true jobs: diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index ba6368225..fb92ecd18 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -3,7 +3,7 @@ name: Build (iOS/tvOS) on: [push, pull_request] concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} + group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }} cancel-in-progress: true jobs: diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c237cdf9a..5cc488982 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -3,7 +3,7 @@ name: Build on: [push, pull_request] concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} + group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }} cancel-in-progress: true jobs: diff --git a/.github/workflows/msvc.yml b/.github/workflows/msvc.yml index c1ff7347c..0abfc50f5 100644 --- a/.github/workflows/msvc.yml +++ b/.github/workflows/msvc.yml @@ -3,7 +3,7 @@ name: Build (MSVC) on: [push, pull_request] concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} + group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }} cancel-in-progress: true jobs: diff --git a/.github/workflows/n3ds.yml b/.github/workflows/n3ds.yml index 1e1a8d6be..9b11122f3 100644 --- a/.github/workflows/n3ds.yml +++ b/.github/workflows/n3ds.yml @@ -3,7 +3,7 @@ name: Build (Nintendo 3DS) on: [push, pull_request] concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} + group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }} cancel-in-progress: true jobs: diff --git a/.github/workflows/ps2.yaml b/.github/workflows/ps2.yaml index 9cacd920c..a0f90201f 100644 --- a/.github/workflows/ps2.yaml +++ b/.github/workflows/ps2.yaml @@ -3,7 +3,7 @@ name: Build (Sony Playstation 2) on: [push, pull_request] concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} + group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }} cancel-in-progress: true jobs: diff --git a/.github/workflows/psp.yaml b/.github/workflows/psp.yaml index 3564ebdca..feade4e1e 100644 --- a/.github/workflows/psp.yaml +++ b/.github/workflows/psp.yaml @@ -3,7 +3,7 @@ name: Build (Sony Playstation Portable) on: [push, pull_request] concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} + group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }} cancel-in-progress: true jobs: diff --git a/.github/workflows/riscos.yml b/.github/workflows/riscos.yml index 3cb4bbf93..d3ecc68b2 100644 --- a/.github/workflows/riscos.yml +++ b/.github/workflows/riscos.yml @@ -3,7 +3,7 @@ name: Build (RISC OS) on: [push, pull_request] concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} + group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }} cancel-in-progress: true jobs: diff --git a/.github/workflows/vita.yaml b/.github/workflows/vita.yaml index 3a06515b4..fd0f306fb 100644 --- a/.github/workflows/vita.yaml +++ b/.github/workflows/vita.yaml @@ -3,7 +3,7 @@ name: Build (Sony Playstation Vita) on: [push, pull_request] concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} + group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }} cancel-in-progress: true defaults: diff --git a/.github/workflows/vmactions.yml b/.github/workflows/vmactions.yml index 11eb29821..a86cf1b35 100644 --- a/.github/workflows/vmactions.yml +++ b/.github/workflows/vmactions.yml @@ -3,7 +3,7 @@ name: Build (VM Actions) on: [push, pull_request] concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} + group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }} cancel-in-progress: true jobs: