Skip to content

Commit

Permalink
Merge pull request #5074 from opengisch/m-kuhn-patch-3
Browse files Browse the repository at this point in the history
Enable concurrency groups on android workflows
  • Loading branch information
m-kuhn authored Mar 3, 2024
2 parents 638612e + 54729ed commit d12bdd5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
release:
types: ['published']

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

jobs:
build:
Expand Down

1 comment on commit d12bdd5

@qfield-fairy
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.