summaryrefslogtreecommitdiffstats
path: root/.github/workflows/labeler.yml
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2021-10-13 09:55:10 -0400
committerGitHub <noreply@github.com>2021-10-13 09:55:10 -0400
commita13dba6a307d10b53716a7b2b0d0083f55b89901 (patch)
tree580bd78baa8992aaa7c857e63e3d2132eb91d2a9 /.github/workflows/labeler.yml
parentfad2ee09e50a119e083af4cb5c4711d04bccf9fe (diff)
Add concurency limits on GHA workflows. (#11656)
Diffstat (limited to '.github/workflows/labeler.yml')
-rw-r--r--.github/workflows/labeler.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml
index 582a104049..4cd9dd3d93 100644
--- a/.github/workflows/labeler.yml
+++ b/.github/workflows/labeler.yml
@@ -6,6 +6,9 @@ on:
- cron: '*/5 * * * *'
env:
DO_NOT_TRACK: 1
+concurrency:
+ group: labeller
+ cancel-in-progress: true
jobs:
labeler:
runs-on: ubuntu-latest