Skip to content

Commit

Permalink
Prevent multiple PR workflows running at the same time
Browse files Browse the repository at this point in the history
  • Loading branch information
andremion committed Jan 3, 2025
1 parent 06d7cd3 commit 18e0a61
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
branches:
- '**'

concurrency:
group: ${{ github.ref }}
cancel-in-progress: true

env:
BUILD_CACHE_AWS_REGION: ${{ secrets.BUILD_CACHE_AWS_REGION }}
BUILD_CACHE_AWS_BUCKET: ${{ secrets.BUILD_CACHE_AWS_BUCKET }}
Expand Down

0 comments on commit 18e0a61

Please sign in to comment.