Skip to content

Commit

Permalink
ci: Prevent concurrent CI runs (#515)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrezza authored May 13, 2023
1 parent 8eee29f commit 2d1eea5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,6 @@ jobs:
env:
CI: true
- run: bash <(curl -s https://codecov.io/bash)
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

0 comments on commit 2d1eea5

Please sign in to comment.