Merge pull request #431 from achmyr/main

Reducing number of concurrent builds
This commit is contained in:
Jakub Chrzanowski 2024-02-20 20:06:33 +01:00 committed by GitHub
commit 88d26a000f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 0 deletions

View File

@ -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

View File

@ -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`