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:
parent
04bbd9f515
commit
15e64e8e50
2
.github/workflows/CI.yml
vendored
2
.github/workflows/CI.yml
vendored
@ -12,6 +12,8 @@ on:
|
||||
# test branches, e.g. test-debian
|
||||
- test-*
|
||||
|
||||
concurrency: ci-${{ github.ref }}
|
||||
|
||||
###############################################
|
||||
# REQUIRED secrets
|
||||
# DOCKER_UN: ${{ secrets.Docker_Login }}
|
||||
|
Loading…
Reference in New Issue
Block a user