1
0
mirror of https://github.com/Mailu/Mailu.git synced 2024-12-12 10:45:38 +02:00

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

This commit is contained in:
Dimitri Huisman 2021-12-06 15:22:42 +00:00
parent 04bbd9f515
commit 15e64e8e50

View File

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