Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
Reducing number of concurrent builds
  • Loading branch information
achmyr authored and oleg-vinted committed Feb 21, 2024
1 parent 97d7459 commit 27ff5f3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 27ff5f3

Please sign in to comment.