Skip to content

Commit

Permalink
merge: Cancel old Code QA workflows on new pushes (#492)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wuestengecko committed Dec 18, 2024
2 parents 2f016aa + fb1ffb8 commit 5866081
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/code-qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ on:
tags: ["v*.*.*"]
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.ref_type == 'tag' && github.sha || '0' }}
cancel-in-progress: true

jobs:
test:
name: Test with Python ${{matrix.python_version}} on ${{matrix.os}}
Expand Down

0 comments on commit 5866081

Please sign in to comment.