Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: add concurrency limitation on tests workflow to avoid duplicates
Browse files Browse the repository at this point in the history
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
@@ -8,6 +8,7 @@ on:
jobs:
tests:
name: Execute unit tests
concurrency: ci-${{ github.ref }}
strategy:
matrix:
python-version: [3.12]

0 comments on commit 4e63f46

Please sign in to comment.