From 3480c6aeb60c08f3c1e16335656a074e72260fbf Mon Sep 17 00:00:00 2001 From: Davin Chia Date: Sat, 15 Jan 2022 01:25:25 +0800 Subject: [PATCH] Limit release workflow to run one at a time. (#9507) Limit the release workflow to only one with a queue of capacity one. This should help reduce the chance of release clashing. --- .github/workflows/release-airbyte-os.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release-airbyte-os.yml b/.github/workflows/release-airbyte-os.yml index 3c1f4e58024d6..c7ccc2d7c6ece 100644 --- a/.github/workflows/release-airbyte-os.yml +++ b/.github/workflows/release-airbyte-os.yml @@ -1,4 +1,6 @@ name: Release Open Source Airbyte +concurrency: release-airbyte + on: workflow_dispatch: inputs: