Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit b75cc56c authored by Rafael Tonholo's avatar Rafael Tonholo
Browse files

ci(concurrency): stop running GitHub action when PR gets updated

parent b95fa70f
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -17,6 +17,10 @@ env:
permissions:
  contents: read

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

jobs:
  build-k9:
    name: Build K9 application