Skip to content

Commit

Permalink
Cancel duplicated CI runs on same PR
Browse files Browse the repository at this point in the history
  • Loading branch information
zsmb13 committed Oct 21, 2024
1 parent a99e02c commit ff9d3d0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: Build all apps
on:
pull_request:

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
cancel-in-progress: true

jobs:
build-jvm:
name: Build desktop
Expand Down

0 comments on commit ff9d3d0

Please sign in to comment.