Skip to content

Commit

Permalink
fix: don't build multiple times
Browse files Browse the repository at this point in the history
  • Loading branch information
fgdorais committed Jan 5, 2025
1 parent dc529d4 commit 9520928
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:

name: ci

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

jobs:
build:
name: Build
Expand Down

0 comments on commit 9520928

Please sign in to comment.