Skip to content

Commit

Permalink
ci: Do not run ci actions in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
stmh committed Oct 18, 2024
1 parent 83f4283 commit b79a6dc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
on: [push, pull_request]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

name: Continuous integration

jobs:
Expand Down

0 comments on commit b79a6dc

Please sign in to comment.