mirror of
https://github.com/librenms/docker.git
synced 2026-07-17 16:45:25 +00:00
ci: missing concurrency check
This commit is contained in:
parent
1168e59a3e
commit
ce5e994785
4 changed files with 7 additions and 5 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -1,7 +1,7 @@
|
|||
name: build
|
||||
|
||||
concurrency:
|
||||
group: build-${{ github.ref }}
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
on:
|
||||
|
|
@ -13,8 +13,6 @@ on:
|
|||
paths-ignore:
|
||||
- '**.md'
|
||||
pull_request:
|
||||
branches:
|
||||
- 'master'
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
|
||||
|
|
|
|||
4
.github/workflows/labels.yml
vendored
4
.github/workflows/labels.yml
vendored
|
|
@ -1,5 +1,9 @@
|
|||
name: labels
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
|
|
|
|||
2
.github/workflows/test-edge.yml
vendored
2
.github/workflows/test-edge.yml
vendored
|
|
@ -1,7 +1,7 @@
|
|||
name: test-edge
|
||||
|
||||
concurrency:
|
||||
group: test-edge-${{ github.ref }}
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
on:
|
||||
|
|
|
|||
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -1,7 +1,7 @@
|
|||
name: test
|
||||
|
||||
concurrency:
|
||||
group: test-${{ github.ref }}
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
on:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue