@@ -7,6 +7,9 @@ on:
pull_request: null
env:
DO_NOT_TRACK: 1
+concurrency:
+ group: builder-${{ github.ref }}
+ cancel-in-progress: true
jobs:
static-build:
name: Static Build
+ group: checks-${{ github.ref }}
checksum-checks:
name: Checksums
@@ -10,6 +10,9 @@ on:
- coverity-scan.sh
+ group: coverity-${{ github.ref }}
coverity:
if: github.repository == 'netdata/netdata'
@@ -13,6 +13,9 @@ on:
required: true
+ group: docker-${{ github.ref }}-${{ github.event_name }}
docker-test:
name: Docker Runtime Test
@@ -6,6 +6,9 @@ on:
- cron: '*/5 * * * *'
+ group: labeller
labeler:
runs-on: ubuntu-latest
@@ -17,6 +17,9 @@ on:
required: false
+ group: packages-${{ github.ref }}-${{ github.event_name }}
build:
name: Build
@@ -5,6 +5,9 @@ on:
+ group: review-${{ github.ref }}
prep-review:
name: Prepare Review Jobs
@@ -16,6 +16,9 @@ on:
- '**.h'
+ group: tests-${{ github.ref }}
unit-tests-legacy:
name: Unit Tests (legacy)
@@ -11,6 +11,10 @@ on:
+ group: updater-${{ github.ref }}
+
source-build:
name: Install, Build & Update