Skip to content

Commit

Permalink
build: Fix duplicated builds in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
qdot committed Jan 28, 2024
1 parent 9835c96 commit 2969fa2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/central.yml
Expand Up @@ -10,6 +10,10 @@ on:
tags:
- 'v*'

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

jobs:
windows:
runs-on: windows-latest
Expand Down

0 comments on commit 2969fa2

Please sign in to comment.