Skip to content

Commit

Permalink
Let the current job supersede previous
Browse files Browse the repository at this point in the history
  • Loading branch information
AbandonedCart committed May 7, 2024
1 parent cec7470 commit 851f78c
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 @@ -11,6 +11,10 @@ on:
permissions:
contents: write

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

jobs:
wearos:
if: ${{ github.repository == 'HiddenRamblings/TagMo' }}
Expand Down

0 comments on commit 851f78c

Please sign in to comment.