Skip to content

Commit b75cc56

Browse files
committed
ci(concurrency): stop running GitHub action when PR gets updated
1 parent b95fa70 commit b75cc56

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/android-pr.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ env:
1717
permissions:
1818
contents: read
1919

20+
concurrency:
21+
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event.pull_request.number || 'no-pr' }}
22+
cancel-in-progress: true
23+
2024
jobs:
2125
build-k9:
2226
name: Build K9 application

0 commit comments

Comments
 (0)