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

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

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

Loading…
Cancel
Save