Ensure only one build per branch happens at a time.

ms-wxwidgets3.0-error
Mooneer Salem 2025-06-05 12:33:01 -07:00
parent 3f8b20e501
commit ddc6ee6604
3 changed files with 12 additions and 0 deletions

View File

@ -4,6 +4,10 @@ on:
push:
branches-ignore:
- 'dr-render-manual'
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref && github.ref || github.run_id }}
cancel-in-progress: true
env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)

View File

@ -4,6 +4,10 @@ on:
push:
branches-ignore:
- 'dr-render-manual'
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref && github.ref || github.run_id }}
cancel-in-progress: true
env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)

View File

@ -4,6 +4,10 @@ on:
push:
branches-ignore:
- 'dr-render-manual'
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref && github.ref || github.run_id }}
cancel-in-progress: true
env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)