diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 57a4862..93eebd8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,6 +20,10 @@ on: # Trigger the workflow on any pull request pull_request: +concurrency: + group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} + cancel-in-progress: true + jobs: # Prepare environment and build the plugin diff --git a/CHANGELOG.md b/CHANGELOG.md index ee2b30c..18db6fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ ## [Unreleased] +### Added + +- GitHub Actions: Reduce the number of concurrent builds + ### Fixed - Adjusted obtaining the value for `publishPlugin.channels` property in `build.gradle.kts`