Skip to content

Commit

Permalink
ci: add concurrency limitation on tests workflow to avoid duplicates
Browse files Browse the repository at this point in the history
  • Loading branch information
hbollon committed Sep 5, 2024
1 parent 70dd3f0 commit 4e63f46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
jobs:
tests:
name: Execute unit tests
concurrency: ci-${{ github.ref }}
strategy:
matrix:
python-version: [3.12]
Expand Down

0 comments on commit 4e63f46

Please sign in to comment.