Skip to content

Commit

Permalink
chore: add GHA concurency to generating API CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Lancetnik committed Jun 7, 2024
1 parent 9a04cc0 commit 0319e33
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/docs_update-references.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -341,4 +341,3 @@ omit = [
[tool.codespell]
skip = "./venv,./docs/site/*"
ignore-words = ".codespell-whitelist.txt"

0 comments on commit 0319e33

Please sign in to comment.