feat: restrict concurrency of containers workflow

Protects the cache by queuing workflow runs.

PR: #38
This commit is contained in:
innovaker 2021-05-16 16:04:00 +01:00
parent 0053ccff95
commit 955a1757a1

View File

@ -10,6 +10,8 @@ on:
pull_request:
workflow_dispatch:
concurrency: ${{ github.workflow }}
jobs:
docker:
runs-on: ubuntu-latest