Skip to content

Commit

Permalink
fix: use concurrency in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Nov 27, 2024
1 parent e41e7bb commit 24fb27a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
- "v*"
workflow_dispatch:

concurrency:
group: docs
cancel-in-progress: true

jobs:
build:
name: Build
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
permissions:
contents: read

concurrency:
group: pypi
cancel-in-progress: true

jobs:
linux:
runs-on: ${{ matrix.platform.runner }}
Expand Down

0 comments on commit 24fb27a

Please sign in to comment.