mirror of
https://github.com/Crocmagnon/ansible.git
synced 2024-11-21 06:48:02 +01:00
prevent concurrent runs
This commit is contained in:
parent
2ed3f6cfa8
commit
0182e8b13d
1 changed files with 3 additions and 0 deletions
3
.github/workflows/deploy.yml
vendored
3
.github/workflows/deploy.yml
vendored
|
@ -4,6 +4,9 @@ on:
|
|||
branches:
|
||||
- master
|
||||
|
||||
concurrency:
|
||||
group: deploy
|
||||
|
||||
jobs:
|
||||
ansible:
|
||||
name: run ansible
|
||||
|
|
Loading…
Reference in a new issue