feat: restrict workflow concurrency per branch

Protects the cache from competing workflow runs on a per branch basis.

PR: #53
This commit is contained in:
innovaker 2021-05-16 15:48:35 +01:00
parent 2eb634739f
commit 3a6b0f0d23

View File

@ -17,8 +17,8 @@ on:
pull_request:
workflow_dispatch:
concurrency: ${{ github.workflow }}
concurrency: ${{ github.ref }}/${{ github.workflow }}
jobs:
architectures:
runs-on: ubuntu-latest