Skip to content

Commit 10854ab

Browse files
h-g-sCopilot
andcommitted
ci: cancel in-progress runs when new commit is pushed
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent c7cdea9 commit 10854ab

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/github-ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: CI
22

33
on: [push, pull_request]
44

5+
concurrency:
6+
group: ${{ github.workflow }}-${{ github.ref }}
7+
cancel-in-progress: true
8+
59
jobs:
610

711
pre-commit:

0 commit comments

Comments
 (0)