1
0
Fork 0
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:
CrazyMax 2023-07-22 10:09:26 +02:00
parent 1168e59a3e
commit ce5e994785
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
4 changed files with 7 additions and 5 deletions

View file

@ -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'

View file

@ -1,5 +1,9 @@
name: labels
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
push:
branches:

View file

@ -1,7 +1,7 @@
name: test-edge
concurrency:
group: test-edge-${{ github.ref }}
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:

View file

@ -1,7 +1,7 @@
name: test
concurrency:
group: test-${{ github.ref }}
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on: