From 0319e334b256d16924bd69edbf79148f774a058d Mon Sep 17 00:00:00 2001 From: Nikita Pastukhov Date: Fri, 7 Jun 2024 18:40:49 +0300 Subject: [PATCH] chore: add GHA concurency to generating API CI --- .github/workflows/docs_update-references.yaml | 4 ++++ pyproject.toml | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docs_update-references.yaml b/.github/workflows/docs_update-references.yaml index 30f9d91bea..56369ec56f 100644 --- a/.github/workflows/docs_update-references.yaml +++ b/.github/workflows/docs_update-references.yaml @@ -8,6 +8,10 @@ on: paths: - faststream/** +concurrency: + group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} + cancel-in-progress: true + permissions: contents: write diff --git a/pyproject.toml b/pyproject.toml index edf4e482b5..1442a88388 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -341,4 +341,3 @@ omit = [ [tool.codespell] skip = "./venv,./docs/site/*" ignore-words = ".codespell-whitelist.txt" -