mirror of
https://github.com/librenms/docker.git
synced 2026-01-23 02:14:48 +00:00
ci: add concurrency check
This commit is contained in:
parent
4735fdba20
commit
9316b6a081
1 changed files with 4 additions and 0 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -1,5 +1,9 @@
|
|||
name: build
|
||||
|
||||
concurrency:
|
||||
group: build-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue