From 82304af42d047d1283e9a0dea4db63052164c972 Mon Sep 17 00:00:00 2001 From: Joey Parrish Date: Wed, 21 Feb 2024 13:47:04 -0800 Subject: [PATCH] Avoid concurrent workflow runs --- .github/workflows/handle-commands.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/handle-commands.yaml b/.github/workflows/handle-commands.yaml index 03cdb7a..03a84d0 100644 --- a/.github/workflows/handle-commands.yaml +++ b/.github/workflows/handle-commands.yaml @@ -1,6 +1,9 @@ # Forked from https://github.com/shaka-project/shaka-player/blob/main/.github/workflows/talk-to-shaka-bot.yaml name: Handle Commands +# Only one run of this workflow is allowed at a time. +concurrency: command + # Runs when issue comments are created. on: issue_comment: