Skip to content

Commit

Permalink
PERA-1023 :: Define concurrency to cancel active workflow (perawallet#14
Browse files Browse the repository at this point in the history
)
  • Loading branch information
mitsinsar authored Oct 25, 2024
1 parent c01357a commit 993f0b2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/android-app-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
push:
pull_request:

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

jobs:

android-unit-tests:
Expand Down

0 comments on commit 993f0b2

Please sign in to comment.