Add concurrency to ensure that only a single workflow can run for a branch.

master
Dimitri Huisman 2 years ago
parent 04bbd9f515
commit 15e64e8e50

@ -12,6 +12,8 @@ on:
# test branches, e.g. test-debian
- test-*
concurrency: ci-${{ github.ref }}
###############################################
# REQUIRED secrets
# DOCKER_UN: ${{ secrets.Docker_Login }}

Loading…
Cancel
Save