ci(tests): cancel previous actions from the same PR

This commit is contained in:
Gustavo Trott 2023-08-09 17:59:17 -03:00
parent 813bb07590
commit 3c6dfb86cb

View File

@ -15,6 +15,9 @@ on:
- '**/*.md'
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build-bbb-apps-akka:
runs-on: ubuntu-20.04