Skip to content

Commit

Permalink
ci: stop previous job, if new one has started (#2688)
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Jan 16, 2023
1 parent 8b50123 commit 03af706
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -9,6 +9,10 @@ on:
branches:
- main

concurrency:
group: ci-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

env:
VITEST_SEGFAULT_RETRY: 3

Expand Down

0 comments on commit 03af706

Please sign in to comment.