Skip to content

Commit

Permalink
Improve GitHub Actions concurrency configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jameschensmith committed Feb 16, 2024
1 parent e6916e5 commit b9e6111
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ on:
permissions: {}

concurrency:
group: 'ci'
cancel-in-progress: false
group: 'ci-${{ github.ref }}'
cancel-in-progress: true

jobs:
run_static_tests:
Expand Down

0 comments on commit b9e6111

Please sign in to comment.